aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-02-27 07:04:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-27 07:04:47 +0000
commit66616129bd59e5c92cc7379c7ae36d4143df3674 (patch)
treeceabf18be3233ce347b36e97e0b21efb745907b5
parentee948d48a542818629e3deb21953c885e2dbddb5 (diff)
downloadalpine_aports-66616129bd59e5c92cc7379c7ae36d4143df3674.tar.bz2
alpine_aports-66616129bd59e5c92cc7379c7ae36d4143df3674.tar.xz
alpine_aports-66616129bd59e5c92cc7379c7ae36d4143df3674.zip
main/libvpx: fix build on ppc64le
It needs linux-headers
-rw-r--r--main/libvpx/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD
index a543caac56..55c0c70992 100644
--- a/main/libvpx/APKBUILD
+++ b/main/libvpx/APKBUILD
@@ -7,7 +7,7 @@ url="https://www.webmproject.org/"
7arch="all" 7arch="all"
8license="GPL" 8license="GPL"
9depends="" 9depends=""
10makedepends="coreutils yasm bash perl diffutils" 10makedepends="coreutils yasm bash perl diffutils linux-headers" # linux-headers is needed on ppc64le
11subpackages="$pkgname-dev $pkgname-utils" 11subpackages="$pkgname-dev $pkgname-utils"
12source="$pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz 12source="$pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz
13 fix-arm-float-abi.patch 13 fix-arm-float-abi.patch