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:
c56bf84
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3967
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/fuse/Makefile
patch
|
blob
|
history
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
3b94187
..
09780e0
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
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) \