mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/zimg: fix
This commit is contained in:
parent
eb4cb1705b
commit
f75e9d42c9
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove --enable-x86simd from configure
|
||||
# - configure with --disable-simd
|
||||
|
||||
pkgname=zimg
|
||||
pkgver=3.0
|
||||
|
@ -35,7 +36,8 @@ build() {
|
|||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
--disable-static \
|
||||
--disable-simd
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue