mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 14:02:24 +01:00
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
13 lines
500 B
Diff
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
|
|
;;
|