summaryrefslogtreecommitdiff
path: root/openwrt/package/libosip2/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-10 16:06:24 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-10 16:06:24 +0000
commit4eb17c54154a9f89d4aeb097bbc17eabf6475443 (patch)
tree8d5d1cb1834673f54bf26163e53efd692657d167 /openwrt/package/libosip2/Makefile
parent2cb724bb3670625ba8cfce342dd40990edad62ee (diff)
downloadmtk-20170518-4eb17c54154a9f89d4aeb097bbc17eabf6475443.zip
mtk-20170518-4eb17c54154a9f89d4aeb097bbc17eabf6475443.tar.gz
mtk-20170518-4eb17c54154a9f89d4aeb097bbc17eabf6475443.tar.bz2
Fix building when host and target systems are same arch
SVN-Revision: 1597
Diffstat (limited to 'openwrt/package/libosip2/Makefile')
-rw-r--r--openwrt/package/libosip2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libosip2/Makefile b/openwrt/package/libosip2/Makefile
index d4e6d61..bf7a224 100644
--- a/openwrt/package/libosip2/Makefile
+++ b/openwrt/package/libosip2/Makefile
@@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.configured:
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(strip $(TARGET_CFLAGS))" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
- LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
+ LDFLAGS="-L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \