diff mbox series

[FFmpeg-devel] configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm

Message ID 20200223211535.GC47041@humpty.home.comstyle.com
State Accepted
Headers show
Series [FFmpeg-devel] configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Brad Smith Feb. 23, 2020, 9:15 p.m. UTC
configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm

Signed-off-by: Brad Smith <brad@comstyle.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Niedermayer Feb. 25, 2020, 4:44 p.m. UTC | #1
On Sun, Feb 23, 2020 at 04:15:35PM -0500, Brad Smith wrote:
> configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm
> 
> Signed-off-by: Brad Smith <brad@comstyle.com>
> ---
>  configure | 1 +
>  1 file changed, 1 insertion(+)

will apply

thx

[...]
diff mbox series

Patch

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)'