extra/soundtouch: armv6h bits

This commit is contained in:
Kevin Mihelich 2012-07-29 19:28:47 +00:00
parent f01f661019
commit 248e1148d5

View file

@ -24,7 +24,7 @@ build() {
cd "${srcdir}/${pkgname}"
patch -p1 -i "${srcdir}/01_remove_sse.patch"
[ "${CARCH}" = "armv7h" ] && CONFIGFLAG="--with-pic"
[ "${CARCH}" = "armv6h" -o "${CARCH}" = "armv7h" ] && CONFIGFLAG="--with-pic"
./bootstrap
./configure --prefix=/usr --enable-shared ${CONFIGFLAG}
make