aboutsummaryrefslogtreecommitdiffstats
path: root/nmap
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /nmap
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'nmap')
-rw-r--r--nmap/nmap_3.45.oe4
-rw-r--r--nmap/nmap_3.48.oe6
-rw-r--r--nmap/nmap_3.50.oe6
3 files changed, 8 insertions, 8 deletions
diff --git a/nmap/nmap_3.45.oe b/nmap/nmap_3.45.oe
index 8e5b5c3574..053c32c78d 100644
--- a/nmap/nmap_3.45.oe
+++ b/nmap/nmap_3.45.oe
@@ -2,11 +2,11 @@ DEPENDS = "virtual/libc libpcap"
RDEPENDS = "libc6 libpcap"
DESCRIPTION = "Nmap is a command line portscanner."
-SRC_URI = http://download.insecure.org/nmap/dist/nmap-${PV}.tgz
+SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz"
inherit autotools
-EXTRA_OECONF = --with-pcap=linux --with-libpcap=${STAGING_DIR} --without-nmapfe
+EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe"
EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
CXXFLAGS_append = " -fpermissive"
diff --git a/nmap/nmap_3.48.oe b/nmap/nmap_3.48.oe
index 8e5b5c3574..e1c2c07d56 100644
--- a/nmap/nmap_3.48.oe
+++ b/nmap/nmap_3.48.oe
@@ -2,12 +2,12 @@ DEPENDS = "virtual/libc libpcap"
RDEPENDS = "libc6 libpcap"
DESCRIPTION = "Nmap is a command line portscanner."
-SRC_URI = http://download.insecure.org/nmap/dist/nmap-${PV}.tgz
+SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz"
inherit autotools
-EXTRA_OECONF = --with-pcap=linux --with-libpcap=${STAGING_DIR} --without-nmapfe
-EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
+EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe"
+EXTRA_OEMAKE = "STRIPPROG=${STRIP}"
CXXFLAGS_append = " -fpermissive"
# Ugly hack follows -- their configure.ac doesnt match their configure ..
diff --git a/nmap/nmap_3.50.oe b/nmap/nmap_3.50.oe
index 8e5b5c3574..e1c2c07d56 100644
--- a/nmap/nmap_3.50.oe
+++ b/nmap/nmap_3.50.oe
@@ -2,12 +2,12 @@ DEPENDS = "virtual/libc libpcap"
RDEPENDS = "libc6 libpcap"
DESCRIPTION = "Nmap is a command line portscanner."
-SRC_URI = http://download.insecure.org/nmap/dist/nmap-${PV}.tgz
+SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz"
inherit autotools
-EXTRA_OECONF = --with-pcap=linux --with-libpcap=${STAGING_DIR} --without-nmapfe
-EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
+EXTRA_OECONF = "--with-pcap=linux --with-libpcap=${STAGING_LIBDIR}/.. --without-nmapfe"
+EXTRA_OEMAKE = "STRIPPROG=${STRIP}"
CXXFLAGS_append = " -fpermissive"
# Ugly hack follows -- their configure.ac doesnt match their configure ..