aboutsummaryrefslogtreecommitdiffstats
path: root/package/fuse
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
commitb9420a966a4b51ff3ee78675993553f497b721f7 (patch)
tree5d2bfeb95c91a13339acc24d70d4305bc2b55610 /package/fuse
parentc56bf84b1b91b1c1085825f8725135a260bf6ad7 (diff)
downloadmaster-187ad058-b9420a966a4b51ff3ee78675993553f497b721f7.tar.gz
master-187ad058-b9420a966a4b51ff3ee78675993553f497b721f7.tar.bz2
master-187ad058-b9420a966a4b51ff3ee78675993553f497b721f7.zip
add TARGET_CFLAGS to configure for userland lib and util.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3967 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile
index 3b9418703a..09780e0d38 100644
--- 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) \