1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
From: Matthias Klose <doko@debian.org>
Last-Update: 2020-11-11
Description: Build using libtirpc.
Bug-Debian: https://bugs.debian.org/974198
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=169601
--- a/acelib/Makefile
+++ b/acelib/Makefile
@@ -30,7 +30,7 @@ FREE_OBJS = freesubs.o freeout.o messubs
## CC, LIBS, NAME are defined in $(ACEDB_MACHINE)_DEF
##
-IDIR = -I. -I./wh
+IDIR = -I. -I./wh -I/usr/include/tirpc
# Do not use -I/usr/include
# it prevents gcc from picking up its own includes
# (cc goes to /usr/include anyway)
|