From: nico Date: Sat, 17 Jun 2006 08:58:45 +0000 (+0000) Subject: add TARGET_CFLAGS to configure for userland lib and util. X-Git-Tag: fast2504n-3.10.28-merged~22942^2~570 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=2a5404c81d64ab0847fdd0133f977fd9cbe17655;p=openwrt.git 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 --- 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) \