[package] pjsip: fix linking failure w/ ARM eabi
[openwrt.git] / package / pjsip / Makefile
index f1317ff..a257cef 100644 (file)
@@ -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
 
This page took 0.022441 seconds and 4 git commands to generate.