diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 14:23:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-13 15:01:42 +0000 |
commit | e586f31942d49feb4c4068566b914d996e9aab27 (patch) | |
tree | b145fed6472d255fbd93c4d68521d3e2d2b6e5ee /main/libvpx | |
parent | 69b45aa641188830caf85ed4e7da7ed37e896915 (diff) | |
download | aports-e586f31942d49feb4c4068566b914d996e9aab27.tar.bz2 aports-e586f31942d49feb4c4068566b914d996e9aab27.tar.xz |
main/libvpx: remove --build --host. its not autotools
Diffstat (limited to 'main/libvpx')
-rw-r--r-- | main/libvpx/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD index 74a4ff470..a040de957 100644 --- a/main/libvpx/APKBUILD +++ b/main/libvpx/APKBUILD @@ -28,8 +28,6 @@ prepare() { build() { cd "$_builddir" ./configure \ - --build=$CBUILD \ - --host=$CHOST \ --enable-pic \ --enable-libs \ --enable-runtime-cpu-detect \ @@ -54,3 +52,7 @@ utils() { md5sums="7ae163ac3196c79ec2f0904280078a45 libvpx-v1.1.0.tar.bz2 8a0ec70d65975dde522ece92e9eeb7f1 libm-pc.patch" +sha256sums="9ce074cf4b3bcd9a49ff93e05485b71c273bfc3685a305e55a0e7fa51beb72c5 libvpx-v1.1.0.tar.bz2 +d0eafca9e8d16e3d9b68b0ffb66b771a18515a410a0c1100f3a7984bb260ef68 libm-pc.patch" +sha512sums="5c165a1a171143f7c406ef899914a353d35f6dec0e3c49eec9a4f3311fd4072dea2e0da8ceb80651ad23e24cdbf2d6da328805bda8be042bbea2c65c9e53eaaa libvpx-v1.1.0.tar.bz2 +3b02b541cb45a9006aa887468a8444933df57a8159995bf5488e33f270f7206f6a456fc02678a36814d8b27c3edfb0799c8d21514077a29f1fe81960bbc74ed3 libm-pc.patch" |