summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gettext.mk5
-rw-r--r--src/xerces.mk5
2 files changed, 6 insertions, 4 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
diff --git a/src/xerces.mk b/src/xerces.mk
index 0ffda3e..87ae682 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -21,7 +21,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && $(SHELL) ./configure \
+ cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
@@ -43,7 +43,8 @@ define $(PKG)_BUILD
--disable-msgloader-icu \
--with-curl='$(PREFIX)/$(TARGET)' \
--without-icu \
- LIBS="`$(TARGET)-pkg-config --libs libcurl`"
+ LIBS="`$(TARGET)-pkg-config --libs libcurl`" \
+ CONFIG_SHELL=$(SHELL)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=