Skip to content
Snippets Groups Projects
Commit e38a5073 authored by Andrea Scarpino's avatar Andrea Scarpino
Browse files

Disable SSE2 on i686 (FS#34612)

parent cd91b5d3
No related branches found
Tags 2.1.10-2
No related merge requests found
......@@ -5,7 +5,7 @@
pkgname=xerces-c
pkgver=3.1.1
pkgrel=3
pkgrel=4
pkgdesc="A validating XML parser written in a portable subset of C++"
arch=('i686' 'x86_64')
url="http://xerces.apache.org/xerces-c/"
......@@ -17,8 +17,11 @@ md5sums=('6a8ec45d83c8cfb1584c5a5345cb51ae')
build() {
cd ${pkgname}-${pkgver}
[[ "${CARCH}" = "i686" ]] && SSE2="--disable-sse2"
./configure --prefix=/usr \
--sysconfdir=/etc
--sysconfdir=/etc ${SSE2}
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment