From 36451f916a93b7edd6e1810f4102b1e6269bea6a Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 23 Feb 2020 16:15:35 -0500 Subject: configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm Signed-off-by: Brad Smith Signed-off-by: Michael Niedermayer --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') 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)' -- cgit v1.2.3