From: Nicolas Thill Date: Sat, 17 Jun 2006 08:58:45 +0000 (+0000) Subject: add TARGET_CFLAGS to configure for userland lib and util. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=decebc21a61dcd326a4950276ab63d3f7bc414c3;p=librecmc%2Flibrecmc.git add TARGET_CFLAGS to configure for userland lib and util. SVN-Revision: 3967 --- diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index 3b9418703a..09780e0d38 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) \