[FFmpeg-cvslog] configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm
Brad Smith
git at videolan.org
Tue Feb 25 20:58:05 EET 2020
ffmpeg | branch: master | Brad Smith <brad at comstyle.com> | Sun Feb 23 16:15:35 2020 -0500| [36451f916a93b7edd6e1810f4102b1e6269bea6a] | committer: Michael Niedermayer
configure: Enable section_data_rel_ro for OpenBSD aarch64 / arm
Signed-off-by: Brad Smith <brad at comstyle.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36451f916a93b7edd6e1810f4102b1e6269bea6a
---
configure | 1 +
1 file changed, 1 insertion(+)
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)'
More information about the ffmpeg-cvslog
mailing list