From 21a54709f0d9888fd52921f015b55c93daabc407 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 27 Mar 2006 22:00:12 +0000 Subject: [PATCH] override cflags set to -O2 by configure SVN-Revision: 3514 --- openwrt/package/libol/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/package/libol/Makefile b/openwrt/package/libol/Makefile index 9205184ca0..f027a4259a 100644 --- a/openwrt/package/libol/Makefile +++ b/openwrt/package/libol/Makefile @@ -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 $@ -- 2.25.1