diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-18 08:14:20 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-18 08:14:20 +0000 |
commit | 28a9c5123cadee46710449db1fd10423a560473c (patch) | |
tree | 6bddb21b30767e017c48a2c3fec09bd92215f8c6 /openwrt/package | |
parent | 4999d2edfbedc035b08f0c2e6491c768cd72b4c8 (diff) | |
download | mtk-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/Makefile | 2 |
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) \ |