changeset 769:f44646233ef7

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
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 19 Feb 2010 20:11:27 +0100
parents 5db5e2336d40
children 30c441b3bc36 f73ec86ea1e1
files src/xerces.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xerces.mk	Fri Feb 19 16:41:15 2010 +0100
+++ b/src/xerces.mk	Fri Feb 19 20:11:27 2010 +0100
@@ -23,7 +23,7 @@
 endef
 
 define $(PKG)_BUILD
-    cd '$(1)' && ./configure \
+    cd '$(1)' && $(SHELL) ./configure \
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \