mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ffmpeg: v8 fix
This commit is contained in:
parent
96374bd203
commit
3001d8deb5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ md5sums=('f159c6d7eed8546b23e1a17325cbf1f8'
|
|||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
[[ $CARCH == "armv7h" ]] && CONFIG='--host-cflags="-fPIC"'
|
||||
[[ $CARCH == "armv7h" || $CARCH == "aarch64" ]] && CONFIG='--host-cflags="-fPIC"'
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue