Standardize configure invocation
SVN-Revision: 1008
This commit is contained in:
parent
f4d95aa0ba
commit
655a0128a4
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ $(PKG_BUILD_DIR)/.configured:
|
|||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
|
Loading…
Reference in a new issue