summaryrefslogtreecommitdiffstats
path: root/rules/nmap.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-19 12:24:02 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-19 12:24:02 +0000
commit7fed0c6f68ad6d68cea2eb8072e95e6814172a8f (patch)
treefcd269b3789098020779be5f70cce6f02bd897d4 /rules/nmap.make
parent1d78f12ea021affe402bd520d1ac1ffcb2e7c398 (diff)
downloadptxdist-7fed0c6f68ad6d68cea2eb8072e95e6814172a8f.tar.gz
ptxdist-7fed0c6f68ad6d68cea2eb8072e95e6814172a8f.tar.xz
* nuke CROSS_LIB_DIR in favour of SYSROOT
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5190 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/nmap.make')
-rw-r--r--rules/nmap.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/nmap.make b/rules/nmap.make
index 963f7cbbe..207644877 100644
--- a/rules/nmap.make
+++ b/rules/nmap.make
@@ -75,7 +75,7 @@ NMAP_AUTOCONF = $(CROSS_AUTOCONF_USR) \
# nmap works only with openssh shared libs, dunnno why...
#
ifdef PTXCONF_OPENSSL_SHARED
-NMAP_AUTOCONF += --with-openssl=$(CROSS_LIB_DIR)
+NMAP_AUTOCONF += --with-openssl=$(SYSROOT)
else
NMAP_AUTOCONF += --without-openssl
endif