configure: Enable section_data_rel_ro for FreeBSD and NetBSD aarch64 / arm

Fixes the build. It's a requirement when utilizing PIE.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 6066c430e3)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Brad Smith 2023-12-24 14:33:31 -05:00 committed by Michael Niedermayer
parent a823657ee0
commit 13342df7af
No known key found for this signature in database
GPG Key ID: B18E8928B3948D64

2
configure vendored
View File

@ -4941,6 +4941,7 @@ case $target_os in
;; ;;
netbsd) netbsd)
disable symver disable symver
enable section_data_rel_ro
oss_indev_extralibs="-lossaudio" oss_indev_extralibs="-lossaudio"
oss_outdev_extralibs="-lossaudio" oss_outdev_extralibs="-lossaudio"
enabled gcc || check_ldflags -Wl,-zmuldefs enabled gcc || check_ldflags -Wl,-zmuldefs
@ -4957,6 +4958,7 @@ case $target_os in
disable symver disable symver
;; ;;
freebsd) freebsd)
enable section_data_rel_ro
;; ;;
bsd/os) bsd/os)
add_extralibs -lpoll -lgnugetopt add_extralibs -lpoll -lgnugetopt