override cflags set to -O2 by configure

SVN-Revision: 3514
lede-17.01
Nicolas Thill 2006-03-27 22:00:12 +00:00
parent 0af7cb2c68
commit 21a54709f0
1 changed files with 2 additions and 0 deletions

View File

@ -52,7 +52,9 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
# pass CFLAGS again to override -O2 set by configure
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
touch $@