mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 07:22:54 +00:00
don't pass build cflags to fuse kernel module
SVN-Revision: 1760
This commit is contained in:
parent
d155a281ee
commit
43215e80b1
@ -32,7 +32,6 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
touch include/config.h.in ; \
|
touch include/config.h.in ; \
|
||||||
touch configure ; \
|
touch configure ; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
|
Loading…
Reference in New Issue
Block a user