[patch 2/10] Define CFLAGS for gss_clnt_send_err compile

kwc at citi.umich.edu kwc at citi.umich.edu
Mon Jul 3 18:33:59 EDT 2006


Signed-off-by: Kevin Coffman <kwc at citi.umich.edu>

Add CFLAGS to make sure we find and use the correct gssapi.h when
building gss_clnt_send_err


---

 nfs-utils-1.0.8-kwc/utils/gssd/Makefile.am |    3 +++
 1 files changed, 3 insertions(+)

diff -puN utils/gssd/Makefile.am~gss_clnt_send_err utils/gssd/Makefile.am
--- nfs-utils-1.0.8/utils/gssd/Makefile.am~gss_clnt_send_err	2006-06-16 15:59:41.252751000 -0400
+++ nfs-utils-1.0.8-kwc/utils/gssd/Makefile.am	2006-06-16 15:59:41.279751000 -0400
@@ -66,6 +66,9 @@ svcgssd_CFLAGS = $(AM_CFLAGS) $(CFLAGS) 
 
 gss_clnt_send_err_SOURCES = gss_clnt_send_err.c
 
+gss_clnt_send_err_CFLAGS = $(AM_CFLAGS) $(CFLAGS) \
+		 $(RPCSECGSS_CFLAGS) $(KRBCFLAGS)
+
 MAINTAINERCLEANFILES = Makefile.in
 
 #######################################################################

_


More information about the NFSv4 mailing list