projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1186a9c
)
fix nmap build
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jul 2005 15:58:27 +0000
(15:58 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jul 2005 15:58:27 +0000
(15:58 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1349
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/nmap/Makefile
patch
|
blob
|
history
diff --git
a/package/nmap/Makefile
b/package/nmap/Makefile
index
8c01084
..
3c28caa
100644
(file)
--- a/
package/nmap/Makefile
+++ b/
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) \
This page took
0.022678 seconds
and
4
git commands to generate.