mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/soundtouch: armv6h bits
This commit is contained in:
parent
f01f661019
commit
248e1148d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue