diff options
author | Brad Smith <brad@comstyle.com> | 2020-02-23 16:15:35 -0500 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-02-25 19:57:16 +0100 |
commit | 36451f916a93b7edd6e1810f4102b1e6269bea6a (patch) | |
tree | 36837b3af2a0b564a7662cc1f42f5ac344e183d8 | |
parent | f8a0e9f9f71cf5650bdc250ff7475e0f7d8e8420 (diff) | |
download | ffmpeg-36451f916a93b7edd6e1810f4102b1e6269bea6a.tar.gz |
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>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)' |