set common lib searchpath
SVN-Revision: 1694
This commit is contained in:
parent
4999d2edfb
commit
28a9c5123c
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue