[PATCH] Fix undefined references and bad include when build with junction support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



---
 support/junction/Makefile.am | 2 +-
 utils/nfsref/Makefile.am     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/support/junction/Makefile.am b/support/junction/Makefile.am
index 97e7426..89cb532 100644
--- a/support/junction/Makefile.am
+++ b/support/junction/Makefile.am
@@ -31,4 +31,4 @@ libjunction_la_SOURCES	= display.c export-cache.c junction.c \
 
 MAINTAINERCLEANFILES	= Makefile.in
 
-AM_CPPFLAGS		= -I. -I../include -I/usr/include/libxml2
+AM_CPPFLAGS		= -I. -I../include -I/usr/include/libxml2 @TIRPC_CFLAGS@
diff --git a/utils/nfsref/Makefile.am b/utils/nfsref/Makefile.am
index 2b2bb53..a652b03 100644
--- a/utils/nfsref/Makefile.am
+++ b/utils/nfsref/Makefile.am
@@ -27,13 +27,13 @@ noinst_HEADERS		= nfsref.h
 
 sbin_PROGRAMS		= nfsref
 nfsref_SOURCES		= add.c lookup.c nfsref.c remove.c
-LDADD			= $(LIBXML2) $(LIBCAP) \
-			  ../../support/nfs/libnfs.la \
+LIBS			+= $(LIBXML2) $(LIBCAP)
+LDADD			=  ../../support/nfs/libnfs.la \
 			  ../../support/junction/libjunction.la
 
 man8_MANS		= nfsref.man
 
 MAINTAINERCLEANFILES	= Makefile.in
 
-AM_CPPFLAGS		= -I. -I../../support/include
+AM_CPPFLAGS		= -I. -I../../support/include @TIRPC_CFLAGS@
 ##AM_LDFLAGS		= -Wl,--as-needed
-- 
2.17.0

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux