projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a23d252
)
add TARGET_CFLAGS to configure for userland lib and util.
author
Nicolas Thill
<nico@openwrt.org>
Sat, 17 Jun 2006 08:58:45 +0000
(08:58 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 17 Jun 2006 08:58:45 +0000
(08:58 +0000)
SVN-Revision: 3967
openwrt/package/fuse/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/fuse/Makefile
b/openwrt/package/fuse/Makefile
index 3b9418703a0b41ab46ea1fcb060213942241df6d..09780e0d383d860e0a090c92939a6fbebf703ccc 100644
(file)
--- a/
openwrt/package/fuse/Makefile
+++ b/
openwrt/package/fuse/Makefile
@@
-36,6
+36,7
@@
define Build/Configure
touch include/config.h.in ; \
touch configure ; \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \