summaryrefslogtreecommitdiff
path: root/meta/packages/portmap/portmap-6.0/no-libwrap.patch
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-06-12 16:51:39 +0800
committerJoshua Lock <josh@linux.intel.com>2010-06-17 23:16:41 +0100
commit0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4 (patch)
tree1449c94b5a08c4d5bd565706789e8f857c66f251 /meta/packages/portmap/portmap-6.0/no-libwrap.patch
parentdb7484742371dd74e150b8a62a4fb61d7db0e311 (diff)
downloadopenembedded-core-0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4.tar.gz
openembedded-core-0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4.tar.bz2
openembedded-core-0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4.tar.xz
openembedded-core-0ff5ca89bfc1ca83bcad9f4ea132eca9bcbc0fc4.zip
portmap: use NO_TCP_WRAPPER instead of local patch
use NO_TCP_WRAPPER=1 in EXTRA_OEMAKE to disable -lwrap also remove the redundent oe_compile() Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
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/'