mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix building when host and target systems are same arch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2078 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6c00c88db5
commit
f8ca9f15da
@ -24,6 +24,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \
|
||||
sc_cv_termios_ispeed="no" \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user