mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-01 19:57:28 +03:00
[package] pjsip: fix linking failure w/ ARM eabi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25450 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d1a94d7d33
commit
4a77b46a0e
@ -79,7 +79,7 @@ endef
|
|||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
CFLAGS="$(EXTRA_CFLAGS) $(TARGET_CPPFLAGS) $(EXTRA_CPPFLAGS)" \
|
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)
|
$(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user