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 | fd3eb12d45e86570aa5c06df7aae2b5d52b2cbd1 (patch) | |
tree | e6c753f500c95614d7973fc132fcb7416e50c853 | |
parent | ea6cd340199c861cca1736cc1ed0c32456a587bd (diff) | |
download | upstream-fd3eb12d45e86570aa5c06df7aae2b5d52b2cbd1.tar.gz upstream-fd3eb12d45e86570aa5c06df7aae2b5d52b2cbd1.tar.bz2 upstream-fd3eb12d45e86570aa5c06df7aae2b5d52b2cbd1.zip |
set common lib searchpath
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1694 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/libgpg-error/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile index cc61fd6b2b..48e2b5ff8e 100644 --- a/package/libgpg-error/Makefile +++ b/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) \ |