diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-18 08:14:20 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-18 08:14:20 +0000 |
commit | da5cbce3b398a45ed10b4a2b6987ab73379efea6 (patch) | |
tree | 6bddb21b30767e017c48a2c3fec09bd92215f8c6 /openwrt/package/libgpg-error | |
parent | ab771d669465263114660c8919ac1a32e9b58587 (diff) |
set common lib searchpath
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libgpg-error')
-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 cc61fd6b2b..48e2b5ff8e 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) \ |