projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a5eaf
)
[package] pjsip: fix linking failure w/ ARM eabi
author
Florian Fainelli
<florian@openwrt.org>
Thu, 10 Feb 2011 18:03:25 +0000
(18:03 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 10 Feb 2011 18:03:25 +0000
(18:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25450
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/pjsip/Makefile
patch
|
blob
|
history
diff --git
a/package/pjsip/Makefile
b/package/pjsip/Makefile
index
f1317ff
..
a257cef
100644
(file)
--- a/
package/pjsip/Makefile
+++ b/
package/pjsip/Makefile
@@
-79,7
+79,7
@@
endef
define Build/Compile
CFLAGS="$(EXTRA_CFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS) $(EXTRA_LDFLAGS)
$(LIBGCC_S)
" \
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH)
endef