From 663c5c3950dfc1d10123d096f8ad17a357aa4b0b Mon Sep 17 00:00:00 2001 From: Javier Villavicencio Date: Tue, 13 Apr 2010 11:50:37 +0000 Subject: Fix nowrap patch and tcpd useflag, closes bug 275924. (Portage version: 2.2_rc67/cvs/FreeBSD i386) --- sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-freebsd/freebsd-usbin/files') diff --git a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch index 17442eef68c0..9b11104e8337 100644 --- a/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch +++ b/sys-freebsd/freebsd-usbin/files/freebsd-usbin-7.0-nowrap.patch @@ -18,7 +18,7 @@ diff -ur usr.sbin.orig/rpcbind/Makefile usr.sbin/rpcbind/Makefile +LDADD= -lutil + +.if !defined(NO_WRAP) -+CFLAGS+= -DTCP_WRAPPER ++CFLAGS+= -DLIBWRAP +DPADD+= ${LIBWRAP} +LDADD+= -lwrap +.endif -- cgit v1.2.3-65-gdbad