add TARGET_CFLAGS to configure for userland lib and util.
authorNicolas Thill <nico@openwrt.org>
Sat, 17 Jun 2006 08:58:45 +0000 (08:58 +0000)
committerNicolas Thill <nico@openwrt.org>
Sat, 17 Jun 2006 08:58:45 +0000 (08:58 +0000)
SVN-Revision: 3967

openwrt/package/fuse/Makefile

index 3b9418703a0b41ab46ea1fcb060213942241df6d..09780e0d383d860e0a090c92939a6fbebf703ccc 100644 (file)
@@ -36,6 +36,7 @@ define Build/Configure
                touch include/config.h.in ; \
                touch configure ; \
                $(TARGET_CONFIGURE_OPTS) \
                touch include/config.h.in ; \
                touch configure ; \
                $(TARGET_CONFIGURE_OPTS) \
+               CFLAGS="$(TARGET_CFLAGS)" \
                ./configure \
                        --target=$(GNU_TARGET_NAME) \
                        --host=$(GNU_TARGET_NAME) \
                ./configure \
                        --target=$(GNU_TARGET_NAME) \
                        --host=$(GNU_TARGET_NAME) \