summaryrefslogtreecommitdiffstats
path: root/make/bison.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/bison.mk')
-rw-r--r--make/bison.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/bison.mk b/make/bison.mk
index f1dbf4607..71a6d7788 100644
--- a/make/bison.mk
+++ b/make/bison.mk
@@ -22,6 +22,7 @@ $(BISON_DIR)/.unpacked: $(DL_DIR)/$(BISON_SOURCE)
$(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked
(cd $(BISON_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
gt_cv_func_gnugettext2_libintl=yes \
./configure \
--target=$(GNU_TARGET_NAME) \