mirror of
git://slackware.nl/current.git
synced 2025-02-15 08:50:09 +01:00
12 lines
301 B
Diff
12 lines
301 B
Diff
![]() |
--- ./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/'
|