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