summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2020-02-23 16:15:35 -0500
committerMichael Niedermayer <michael@niedermayer.cc>2020-02-25 19:57:16 +0100
commit36451f916a93b7edd6e1810f4102b1e6269bea6a (patch)
tree36837b3af2a0b564a7662cc1f42f5ac344e183d8 /configure
parentf8a0e9f9f71cf5650bdc250ff7475e0f7d8e8420 (diff)
configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm
Signed-off-by: Brad Smith <brad@comstyle.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index ab761c7183..06e3a7b2a8 100755
--- 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)'