projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90cf94a
)
fix sipp compile on avr32
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 00:56:31 +0000
(
00:56
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Aug 2008 00:56:31 +0000
(
00:56
+0000)
SVN-Revision: 12193
net/sipp/Makefile
patch
|
blob
|
history
diff --git
a/net/sipp/Makefile
b/net/sipp/Makefile
index fcbbddedb6a530d4ba8e17241fc9d4bf5680bb61..a213971cd8ee21666a644be1c7a68b2ee8c8a733 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