projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80d737
)
fix nmap compile on avr32
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Aug 2008 21:13:44 +0000
(21:13 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Aug 2008 21:13:44 +0000
(21:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12165
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/nmap/Makefile
patch
|
blob
|
history
diff --git
a/net/nmap/Makefile
b/net/nmap/Makefile
index
f1926ea
..
a9243b3
100644
(file)
--- a/
net/nmap/Makefile
+++ b/
net/nmap/Makefile
@@
-40,7
+40,7
@@
CONFIGURE_ARGS += \
CONFIGURE_VARS += \
CPPFLAGS="$$$$CPPFLAGS -I$(STAGING_DIR)/usr/include/uClibc++" \
CXXFLAGS="$$$$CXXFLAGS -fno-builtin -fno-rtti -nostdinc++" \
- LIBS="-nodefaultlibs -luClibc++" \
+ LIBS="-nodefaultlibs -luClibc++
-lgcc
" \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \