summaryrefslogtreecommitdiffstats
path: root/source/n/portmap/portmap.lwrap.needs.lnsl.diff
blob: 277c31d898048fd4a8f94683b854793397bc0210 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./Makefile.orig	2007-05-10 22:02:10.000000000 -0500
+++ ./Makefile	2007-05-17 17:44:18.000000000 -0500
@@ -20,7 +20,7 @@
 
 ifeq ($(NO_TCP_WRAPPER),)
 CPPFLAGS += -DHOSTS_ACCESS
-WRAP_LIB  = -lwrap
+WRAP_LIB  = -lwrap -lnsl
 ifdef USE_DNS
 CPPFLAGS += -DENABLE_DNS
 MAN_SED += -e 's/USE_DNS/yes/'