mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
disable asm, set common lib searchpath
SVN-Revision: 1692
This commit is contained in:
parent
3c1610a752
commit
3cffef77ce
@ -23,7 +23,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) \
|
||||
@ -47,6 +47,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--disable-rpath \
|
||||
--disable-asm \
|
||||
--with-gpg-error-prefix="$(STAGING_DIR)/usr" \
|
||||
);
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user