diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/portmap/portmap-6.0/tcpd-config.patch (renamed from meta/packages/portmap/portmap-6.0/no-tcpd-support.patch) | 0 | ||||
-rw-r--r-- | meta/packages/portmap/portmap_6.0.bb | 13 |
2 files changed, 6 insertions, 7 deletions
diff --git a/meta/packages/portmap/portmap-6.0/no-tcpd-support.patch b/meta/packages/portmap/portmap-6.0/tcpd-config.patch index da55f3799d..da55f3799d 100644 --- a/meta/packages/portmap/portmap-6.0/no-tcpd-support.patch +++ b/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 @@ | |||
1 | require portmap.inc | 1 | require portmap.inc |
2 | 2 | ||
3 | PR = "r6" | 3 | DEPENDS += "tcp-wrappers" |
4 | PR = "r7" | ||
4 | 5 | ||
5 | SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \ | 6 | SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \ |
6 | file://destdir-no-strip.patch;apply=yes \ | 7 | file://destdir-no-strip.patch \ |
7 | file://no-tcpd-support.patch;apply=yes \ | 8 | file://tcpd-config.patch \ |
8 | file://portmap.init" | 9 | file://portmap.init" |
9 | 10 | ||
10 | S = "${WORKDIR}/${PN}_${PV}/" | 11 | S = "${WORKDIR}/${BPN}_${PV}/" |
11 | 12 | ||
12 | EXTRA_OEMAKE_append = " NO_TCP_WRAPPER=1 " | 13 | CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" |
13 | |||
14 | CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS" | ||
15 | CFLAGS += "-Wall -Wstrict-prototypes -fPIC" | 14 | CFLAGS += "-Wall -Wstrict-prototypes -fPIC" |
16 | 15 | ||
17 | fakeroot do_install() { | 16 | fakeroot do_install() { |