summaryrefslogtreecommitdiff
path: root/meta/packages/portmap/portmap-6.0/no-libwrap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/portmap/portmap-6.0/no-libwrap.patch')
-rw-r--r--meta/packages/portmap/portmap-6.0/no-libwrap.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/packages/portmap/portmap-6.0/no-libwrap.patch b/meta/packages/portmap/portmap-6.0/no-libwrap.patch
deleted file mode 100644
index a880da625..000000000
--- a/meta/packages/portmap/portmap-6.0/no-libwrap.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: Makefile
-===================================================================
---- Makefile.orig 2007-05-15 16:00:17.000000000 +0200
-+++ Makefile 2007-05-15 16:00:55.000000000 +0200
-@@ -19,8 +19,8 @@
- # USE_DNS to add hostname tests in hosts.allow/deny.
-
- ifeq ($(NO_TCP_WRAPPER),)
--CPPFLAGS += -DHOSTS_ACCESS
--WRAP_LIB = -lwrap
-+#CPPFLAGS += -DHOSTS_ACCESS
-+#WRAP_LIB = -lwrap
- ifdef USE_DNS
- CPPFLAGS += -DENABLE_DNS
- MAN_SED += -e 's/USE_DNS/yes/'