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:
nico 2006-10-04 17:13:24 +00:00
parent 484b463cc9
commit b5e948c356

View File

@ -55,7 +55,9 @@ define Build/Configure
endef
define Build/Compile
# pass CFLAGS again to override -O2 set by configure
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
endef