summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-05 15:58:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-05 15:58:27 +0000
commit0cf2fcbf1a9dc0d17e26e5f6a4b2a63e2bd73f91 (patch)
treee227bd2cf97cd53f4dbd785c00666b9a4945836f /openwrt
parent864913beaf15182ed0222570fd0f30ba1d4bf034 (diff)
downloadmtk-20170518-0cf2fcbf1a9dc0d17e26e5f6a4b2a63e2bd73f91.zip
mtk-20170518-0cf2fcbf1a9dc0d17e26e5f6a4b2a63e2bd73f91.tar.gz
mtk-20170518-0cf2fcbf1a9dc0d17e26e5f6a4b2a63e2bd73f91.tar.bz2
fix nmap build
SVN-Revision: 1349
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/nmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/nmap/Makefile b/openwrt/package/nmap/Makefile
index 8c01084..3c28caa 100644
--- a/openwrt/package/nmap/Makefile
+++ b/openwrt/package/nmap/Makefile
@@ -25,7 +25,7 @@ $(PKG_BUILD_DIR)/.configured:
CFLAGS="$(TARGET_CFLAGS)" \
CXXFLAGS="$(TARGET_CFLAGS) -fno-builtin -nostdinc++ -nodefaultlibs " \
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -fno-builtin -nostdinc++ -nodefaultlibs -luClibc++ -lc -lm" \
+ LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -fno-builtin -nostdinc++ -nodefaultlibs -luClibc++ -lc -lm -lgcc_s" \
ac_cv_prog_CXX="$(TARGET_CXX)" \
./configure \
--target=$(GNU_TARGET_NAME) \