projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a978bd1
)
fix sipp compile on avr32
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 00:56:31 +0000
(
00:56
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 6 Aug 2008 00:56:31 +0000
(
00:56
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12193
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/sipp/Makefile
patch
|
blob
|
history
diff --git
a/net/sipp/Makefile
b/net/sipp/Makefile
index
fcbbdde
..
a213971
100644
(file)
--- a/
net/sipp/Makefile
+++ b/
net/sipp/Makefile
@@
-44,7
+44,7
@@
define Build/Compile
CFLAGS="$(TARGET_CFLAGS)" \
CPPFLAGS_linux="$(TARGET_CPPFLAGS) -I$(STAGING_DIR)/usr/include/uClibc++ -fno-builtin -fno-rtti -nostdinc++" \
LFLAGS_linux="$(TARGET_LDFLAGS)" \
- LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm" \
+ LIBS="-nodefaultlibs -lncurses -luClibc++ -ldl -lpthread -lm
-lgcc
" \
all
endef