override cflags (not honored by ./configure)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4910 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
484b463cc9
commit
b5e948c356
@ -55,7 +55,9 @@ define Build/Configure
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
# pass CFLAGS again to override -O2 set by configure
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user