projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590dbad
)
override cflags set to -O2 by configure
author
Nicolas Thill
<nico@openwrt.org>
Mon, 27 Mar 2006 22:00:12 +0000
(22:00 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 27 Mar 2006 22:00:12 +0000
(22:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3514
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libol/Makefile
patch
|
blob
|
history
diff --git
a/package/libol/Makefile
b/package/libol/Makefile
index
9205184
..
f027a42
100644
(file)
--- a/
package/libol/Makefile
+++ b/
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 $@