]> git.pld-linux.org Git - packages/rpcbind.git/blob - rpcbind-libwrap.patch
cd5d0ea3265c35171ed88553499352d1c4590f1a
[packages/rpcbind.git] / rpcbind-libwrap.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -9,6 +9,7 @@
4  
5  if LIBWRAP
6  AM_CPPFLAGS += -DLIBWRAP
7 +WRAPLIB =      -lwrap
8  endif
9  
10  bin_PROGRAMS = rpcbind rpcinfo
11 @@ -24,7 +28,7 @@
12         src/util.c \
13         src/warmstart.c \
14         src/xlog.c
15 -rpcbind_LDADD = $(TIRPC_LIBS)
16 +rpcbind_LDADD = $(TIRPC_LIBS) $(WRAPLIB)
17  
18  if SYSTEMD
19  AM_CPPFLAGS += $(SYSTEMD_CFLAGS) -DSYSTEMD
This page took 0.047345 seconds and 2 git commands to generate.