increase portability of package xerces by disabling SSE2

This commit is contained in:
Volker Grabsch 2010-07-16 14:07:34 +02:00
parent 040a708d86
commit 86ecf936d9
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ define $(PKG)_BUILD
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \
--disable-sse2 \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-libtool-lock \
--disable-pretty-make \