aports/community/libvpx/fix-arm-float-abi.patch
Leo 1937d67e09 community/libvpx: move from main
There are several secfixes issues that were missing, so it clearly shows
that there is not enough care taken for this to stay main, 3.10 to 3.8
are still unpatched for vulnerabilities
2020-03-26 20:34:19 +00:00

13 lines
500 B
Diff

diff -ru libvpx-1.6.1.orig/build/make/configure.sh libvpx-1.6.1/build/make/configure.sh
--- libvpx-1.6.1.orig/build/make/configure.sh 2017-01-12 22:27:27.000000000 +0200
+++ libvpx-1.6.1/build/make/configure.sh 2018-11-13 13:49:37.998514809 +0200
@@ -680,7 +680,7 @@
aarch64*)
tgt_isa=arm64
;;
- armv7*-hardfloat* | armv7*-gnueabihf | arm-*-gnueabihf)
+ armv7*-hardfloat* | armv7*-*eabihf | arm-*-*eabihf)
tgt_isa=armv7
float_abi=hard
;;