summaryrefslogtreecommitdiffstats
path: root/src/xerces.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-19 19:11:27 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-19 19:11:27 (GMT)
commit7a4ffb7acca7c2f95fbc61e2cc6fcdcf4fb294b8 (patch)
treec05aae7c04d218f09b79ef79703bcf38b69a042e /src/xerces.mk
parent6bd7bda9b860f3ded08cddc5e6f2678c7939e831 (diff)
downloadmxe-7a4ffb7acca7c2f95fbc61e2cc6fcdcf4fb294b8.zip
mxe-7a4ffb7acca7c2f95fbc61e2cc6fcdcf4fb294b8.tar.gz
mxe-7a4ffb7acca7c2f95fbc61e2cc6fcdcf4fb294b8.tar.bz2
run the ./configure script with bash in package xerces
The reason is a bug in /bin/sh of OpenSolaris: http://lists.gnu.org/archive/html/mingw-cross-env-list/2010-02/msg00100.html
Diffstat (limited to 'src/xerces.mk')
-rw-r--r--src/xerces.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xerces.mk b/src/xerces.mk
index 7680e63..7c964e6 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -23,7 +23,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && ./configure \
+ cd '$(1)' && $(SHELL) ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \