summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-18 08:14:20 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-18 08:14:20 +0000
commitda5cbce3b398a45ed10b4a2b6987ab73379efea6 (patch)
tree6bddb21b30767e017c48a2c3fec09bd92215f8c6
parentab771d669465263114660c8919ac1a32e9b58587 (diff)
set common lib searchpath
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1694 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 cc61fd6b2..48e2b5ff8 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) \