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
This commit is contained in:
Volker Grabsch 2010-02-19 20:11:27 +01:00
parent 6bd7bda9b8
commit 7a4ffb7acc
1 changed files with 1 additions and 1 deletions

View File

@ -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)' \