Skip to content
Snippets Groups Projects
Commit 4a77b46a authored by florian's avatar florian
Browse files

[package] pjsip: fix linking failure w/ ARM eabi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25450 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent d1a94d7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment