]> git.pld-linux.org Git - packages/rpcbind.git/blame - rpcbind-libwrap.patch
- updated to 1.2.6
[packages/rpcbind.git] / rpcbind-libwrap.patch
CommitLineData
7c844428
JB
1--- rpcbind-1.2.6/Makefile.am.orig 2021-05-10 19:10:19.000000000 +0200
2+++ rpcbind-1.2.6/Makefile.am 2022-05-07 20:57:22.589949965 +0200
3@@ -27,6 +27,7 @@ endif
91aaf50f 4
86c501d6 5 if LIBWRAP
4705a5bc 6 AM_CPPFLAGS += -DLIBWRAP
91aaf50f 7+WRAPLIB = -lwrap
86c501d6 8 endif
91aaf50f 9
7c844428
JB
10 if RMTCALLS
11@@ -49,7 +50,7 @@ rpcbind_SOURCES = \
4705a5bc 12 src/util.c \
d8b0171a
JR
13 src/warmstart.c \
14 src/xlog.c
4705a5bc
JR
15-rpcbind_LDADD = $(TIRPC_LIBS)
16+rpcbind_LDADD = $(TIRPC_LIBS) $(WRAPLIB)
91aaf50f 17
d8b0171a
JR
18 if SYSTEMD
19 AM_CPPFLAGS += $(SYSTEMD_CFLAGS) -DSYSTEMD
This page took 0.171061 seconds and 4 git commands to generate.