summaryrefslogtreecommitdiffstats
path: root/src/xerces.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-09-14 14:24:25 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-09-14 14:24:25 (GMT)
commit3b8afb8c9bb519dd611f3ef4e7516650fad822ae (patch)
tree7cc3af62008ff9e57df6bb0e8ea7bc26f300bd4a /src/xerces.mk
parent21ba3c31e7a8eb8c917f8166318dcdada1341617 (diff)
downloadmxe-3b8afb8c9bb519dd611f3ef4e7516650fad822ae.zip
mxe-3b8afb8c9bb519dd611f3ef4e7516650fad822ae.tar.gz
mxe-3b8afb8c9bb519dd611f3ef4e7516650fad822ae.tar.bz2
bugfix for package xerces
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 7fd4b70..e32c12e 100644
--- a/src/xerces.mk
+++ b/src/xerces.mk
@@ -21,7 +21,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && ./configure \
+ cd '$(1)' && $(SHELL) ./configure \
--host='$(TARGET)' \
--disable-shared \
--disable-sse2 \