Skip to content
Snippets Groups Projects
Commit 919638f2 authored by Robert Nagy's avatar Robert Nagy
Browse files

www/{*chromium,iridium}: unbreak arm64 relocation in bundled ffmpeg

enable support for the .data.rel.ro section because the arm64
assembly code in ffmpeg depends on it

PR:	273349
parent a2ba3f97
No related branches found
No related tags found
No related merge requests found
--- third_party/ffmpeg/configure.orig 2023-08-27 17:50:08 UTC
+++ third_party/ffmpeg/configure
@@ -5542,6 +5542,7 @@ case $target_os in
disable symver
;;
freebsd)
+ enable section_data_rel_ro
;;
bsd/os)
add_extralibs -lpoll -lgnugetopt
--- third_party/ffmpeg/configure.orig 2023-08-27 17:50:08 UTC
+++ third_party/ffmpeg/configure
@@ -5542,6 +5542,7 @@ case $target_os in
disable symver
;;
freebsd)
+ enable section_data_rel_ro
;;
bsd/os)
add_extralibs -lpoll -lgnugetopt
--- third_party/ffmpeg/configure.orig 2023-08-27 17:50:08 UTC
+++ third_party/ffmpeg/configure
@@ -5542,6 +5542,7 @@ case $target_os in
disable symver
;;
freebsd)
+ enable section_data_rel_ro
;;
bsd/os)
add_extralibs -lpoll -lgnugetopt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment