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