summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-18 08:14:20 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-18 08:14:20 +0000
commit28a9c5123cadee46710449db1fd10423a560473c (patch)
tree6bddb21b30767e017c48a2c3fec09bd92215f8c6 /openwrt/package
parent4999d2edfbedc035b08f0c2e6491c768cd72b4c8 (diff)
downloadmtk-20170518-28a9c5123cadee46710449db1fd10423a560473c.zip
mtk-20170518-28a9c5123cadee46710449db1fd10423a560473c.tar.gz
mtk-20170518-28a9c5123cadee46710449db1fd10423a560473c.tar.bz2
set common lib searchpath
SVN-Revision: 1694
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/libgpg-error/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libgpg-error/Makefile b/openwrt/package/libgpg-error/Makefile
index cc61fd6..48e2b5f 100644
--- a/openwrt/package/libgpg-error/Makefile
+++ b/openwrt/package/libgpg-error/Makefile
@@ -26,7 +26,7 @@ $(PKG_BUILD_DIR)/.configured:
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(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) \