projects
/
nfs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9ed06
)
Define CFLAGS for gss_clnt_send_err compile
author
kwc@citi.umich.edu
<kwc@citi.umich.edu>
Mon, 3 Jul 2006 22:33:59 +0000
(18:33 -0400)
committer
Neil Brown
<neilb@suse.de>
Tue, 4 Jul 2006 00:27:15 +0000
(10:27 +1000)
Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Add CFLAGS to make sure we find and use the correct gssapi.h when
building gss_clnt_send_err
utils/gssd/Makefile.am
patch
|
blob
|
history
diff --git
a/utils/gssd/Makefile.am
b/utils/gssd/Makefile.am
index
2115a9e
..
d1dfe51
100644
(file)
--- a/
utils/gssd/Makefile.am
+++ b/
utils/gssd/Makefile.am
@@
-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
#######################################################################