Commit 36451f91 authored by Brad Smith's avatar Brad Smith Committed by Michael Niedermayer

configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm

Signed-off-by: 's avatarBrad Smith <brad@comstyle.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent f8a0e9f9
...@@ -5305,6 +5305,7 @@ case $target_os in ...@@ -5305,6 +5305,7 @@ case $target_os in
;; ;;
openbsd|bitrig) openbsd|bitrig)
disable symver disable symver
enable section_data_rel_ro
striptype="" striptype=""
SHFLAGS='-shared' SHFLAGS='-shared'
SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)' SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment