bugfix for package xerces

This commit is contained in:
Tony Theodore 2010-09-14 16:24:25 +02:00
parent 21ba3c31e7
commit 3b8afb8c9b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
cd '$(1)' && $(SHELL) ./configure \
--host='$(TARGET)' \
--disable-shared \
--disable-sse2 \