From 22ae6b193d2af1cd11a84937cc2432767782fa14 Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 11 Aug 2010 10:23:16 +0800 Subject: [PATCH] portmap: enable tcp-wrappers support this enables the hosts access control facility (i.e. /etc/hosts.allow and /etc/hosts.deny) changes: - enable tcp-wrappers by change make flags and cppflags - rename patch no-tcpd-support to avoid confusion - minor cleanups Signed-off-by: Qing He --- .../{no-tcpd-support.patch => tcpd-config.patch} | 0 meta/packages/portmap/portmap_6.0.bb | 13 ++++++------- 2 files changed, 6 insertions(+), 7 deletions(-) rename meta/packages/portmap/portmap-6.0/{no-tcpd-support.patch => tcpd-config.patch} (100%) diff --git a/meta/packages/portmap/portmap-6.0/no-tcpd-support.patch b/meta/packages/portmap/portmap-6.0/tcpd-config.patch similarity index 100% rename from meta/packages/portmap/portmap-6.0/no-tcpd-support.patch rename to meta/packages/portmap/portmap-6.0/tcpd-config.patch diff --git a/meta/packages/portmap/portmap_6.0.bb b/meta/packages/portmap/portmap_6.0.bb index 7f580a7676..49ac1d8332 100644 --- a/meta/packages/portmap/portmap_6.0.bb +++ b/meta/packages/portmap/portmap_6.0.bb @@ -1,17 +1,16 @@ require portmap.inc -PR = "r6" +DEPENDS += "tcp-wrappers" +PR = "r7" SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \ - file://destdir-no-strip.patch;apply=yes \ - file://no-tcpd-support.patch;apply=yes \ + file://destdir-no-strip.patch \ + file://tcpd-config.patch \ file://portmap.init" -S = "${WORKDIR}/${PN}_${PV}/" +S = "${WORKDIR}/${BPN}_${PV}/" -EXTRA_OEMAKE_append = " NO_TCP_WRAPPER=1 " - -CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS" +CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" CFLAGS += "-Wall -Wstrict-prototypes -fPIC" fakeroot do_install() { -- 2.40.1