aboutsummaryrefslogtreecommitdiffstats
path: root/community/libvpx/fix-arm-float-abi.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-26 17:02:17 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-26 20:34:19 +0000
commit1937d67e0977595aaa40ea6f4884aa64ea1ac26f (patch)
tree22468363babe1e12e50a63392fd8b7cbd298f3fc /community/libvpx/fix-arm-float-abi.patch
parent549ee24caa5c20666499bb8a84c6b477a3b2388e (diff)
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
Diffstat (limited to 'community/libvpx/fix-arm-float-abi.patch')
-rw-r--r--community/libvpx/fix-arm-float-abi.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/libvpx/fix-arm-float-abi.patch b/community/libvpx/fix-arm-float-abi.patch
new file mode 100644
index 00000000000..52253aff59a
--- /dev/null
+++ b/community/libvpx/fix-arm-float-abi.patch
@@ -0,0 +1,12 @@
+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
+ ;;