Files
poky/meta/packages/portmap/portmap-6.0/no-libwrap.patch
Marcin Juszkiewicz 4aa6b1451f portmap: missing patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2563 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-27 13:06:02 +00:00

16 lines
459 B
Diff

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/'