mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:36:14 +02:00
Standardize configure invocation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1008 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f78cc93588
commit
f39542eb75
@ -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 New Issue
Block a user