add TARGET_CFLAGS to configure for userland lib and util.

SVN-Revision: 3967
master
Nicolas Thill 18 years ago
parent a23d25253f
commit decebc21a6
  1. 1
      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) \

Loading…
Cancel
Save