summaryrefslogtreecommitdiff
path: root/openwrt/package/fuse/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-06-17 08:58:45 +0000
committerNicolas Thill <nico@openwrt.org>2006-06-17 08:58:45 +0000
commitdecebc21a61dcd326a4950276ab63d3f7bc414c3 (patch)
tree6f406e2137fee3300859eafccb71ef648e29ce7b /openwrt/package/fuse/Makefile
parenta23d25253fbb45c3cdf8f53d1f07eb351eadc69b (diff)
downloadmtk-20170518-decebc21a61dcd326a4950276ab63d3f7bc414c3.zip
mtk-20170518-decebc21a61dcd326a4950276ab63d3f7bc414c3.tar.gz
mtk-20170518-decebc21a61dcd326a4950276ab63d3f7bc414c3.tar.bz2
add TARGET_CFLAGS to configure for userland lib and util.
SVN-Revision: 3967
Diffstat (limited to 'openwrt/package/fuse/Makefile')
-rw-r--r--openwrt/package/fuse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile
index 3b94187..09780e0 100644
--- 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) \