diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-27 07:04:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-27 07:04:47 +0000 |
commit | 66616129bd59e5c92cc7379c7ae36d4143df3674 (patch) | |
tree | ceabf18be3233ce347b36e97e0b21efb745907b5 /main | |
parent | ee948d48a542818629e3deb21953c885e2dbddb5 (diff) | |
download | aports-66616129bd59e5c92cc7379c7ae36d4143df3674.tar.bz2 aports-66616129bd59e5c92cc7379c7ae36d4143df3674.tar.xz |
main/libvpx: fix build on ppc64le
It needs linux-headers
Diffstat (limited to 'main')
-rw-r--r-- | main/libvpx/APKBUILD | 2 |
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/" arch="all" license="GPL" depends="" -makedepends="coreutils yasm bash perl diffutils" +makedepends="coreutils yasm bash perl diffutils linux-headers" # linux-headers is needed on ppc64le subpackages="$pkgname-dev $pkgname-utils" source="$pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v$pkgver.tar.gz fix-arm-float-abi.patch |