]> git.sesse.net Git - ffmpeg/commitdiff
configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm
authorBrad Smith <brad@comstyle.com>
Sun, 23 Feb 2020 21:15:35 +0000 (16:15 -0500)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 25 Feb 2020 18:57:16 +0000 (19:57 +0100)
Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
configure

index ab761c7183f7312ac0050c97e1390892ec139886..06e3a7b2a88798bf4891dc80fc367a4880a66f1e 100755 (executable)
--- a/configure
+++ b/configure
@@ -5305,6 +5305,7 @@ case $target_os in
         ;;
     openbsd|bitrig)
         disable symver
+        enable section_data_rel_ro
         striptype=""
         SHFLAGS='-shared'
         SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'