summaryrefslogtreecommitdiff
path: root/nmap/nmap_3.48.oe
diff options
context:
space:
mode:
Diffstat (limited to 'nmap/nmap_3.48.oe')
-rw-r--r--nmap/nmap_3.48.oe6
1 files changed, 3 insertions, 3 deletions
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 ..