From 7a4ffb7acca7c2f95fbc61e2cc6fcdcf4fb294b8 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Fri, 19 Feb 2010 20:11:27 +0100 Subject: 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 --- src/xerces.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' \ -- cgit v0.12