set common lib searchpath

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1694 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2005-08-18 08:14:20 +00:00
parent ea6cd34019
commit fd3eb12d45
1 changed files with 1 additions and 1 deletions

View File

@ -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) \