]> git.pld-linux.org Git - packages/rpcbind.git/blob - rpcbind-build.patch
- rel 5; disable broken ipv6
[packages/rpcbind.git] / rpcbind-build.patch
1 --- rpcbind-0.1.4/src/Makefile.am~      2004-11-15 14:38:02.000000000 +0100
2 +++ rpcbind-0.1.4/src/Makefile.am       2007-04-24 16:29:08.000000000 +0200
3 @@ -1,7 +1,4 @@
4 -INCLUDES = -I$(srcdir)/tirpc -DPORTMAP -DINET6 -DVERSION="\"$(VERSION)\"" \
5 -                                                -D_GNU_SOURCE -Wall -pipe
6 -
7 -bin_PROGRAMS = rpcbind rpcinfo
8 +sbin_PROGRAMS = rpcbind rpcinfo
9  
10  rpcbind_SOURCES =       check_bound.c rpcbind.c \
11                          rpcb_svc_4.c rpcb_svc_com.c \
12 @@ -14,10 +11,12 @@
13  rpcinfo_LDADD   =       $(LIB_TIRPC)
14  
15  
16 -rpcbind_LDFLAGS = -lpthread -ltirpc
17 +rpcbind_LDFLAGS = -lpthread -ltirpc -lwrap
18  rpcbind_LDADD = $(LIB_TIRPC)
19 -AM_CPPFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP \
20 -                       -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO
21 +
22 +AM_CFLAGS = -I/usr/include/tirpc -DCHECK_LOCAL -DPORTMAP -DINET6 -DLIBWRAP \
23 +                       -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO -DWARMSTART \
24 +                      -DVERSION="\"$(VERSION)\"" -D_GNU_SOURCE -Wall -pipe
25  ##                     -DRPCBIND_DEBUG -DSVC_RUN_DEBUG -DDEBUG_RMTCALL \
26  ##                     -DND_DEBUG -DBIND_DEBUG
27  
This page took 0.042697 seconds and 3 git commands to generate.