From: Nicolas Thill Date: Thu, 18 Aug 2005 08:14:20 +0000 (+0000) Subject: set common lib searchpath X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=fd3eb12d45e86570aa5c06df7aae2b5d52b2cbd1;p=15.05%2Fopenwrt.git set common lib searchpath git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1694 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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) \