diff options
Diffstat (limited to 'source/n/portmap/portmap.lwrap.needs.lnsl.diff')
-rw-r--r-- | source/n/portmap/portmap.lwrap.needs.lnsl.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/n/portmap/portmap.lwrap.needs.lnsl.diff b/source/n/portmap/portmap.lwrap.needs.lnsl.diff new file mode 100644 index 000000000..277c31d89 --- /dev/null +++ b/source/n/portmap/portmap.lwrap.needs.lnsl.diff @@ -0,0 +1,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/' |