summaryrefslogtreecommitdiffstats
path: root/src/gettext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/gettext.mk')
-rw-r--r--src/gettext.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gettext.mk b/src/gettext.mk
index db53700..c24f59b 100644
--- a/src/gettext.mk
+++ b/src/gettext.mk
@@ -26,6 +26,7 @@ define $(PKG)_BUILD
--prefix='$(PREFIX)/$(TARGET)' \
--enable-threads=win32 \
--without-libexpat-prefix \
- --without-libxml2-prefix
- $(MAKE) -C '$(1)/gettext-runtime/intl' -j '$(JOBS)' SHELL=bash install
+ --without-libxml2-prefix \
+ CONFIG_SHELL=$(SHELL)
+ $(MAKE) -C '$(1)/gettext-runtime/intl' -j '$(JOBS)' install
endef