ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Sat Apr 7 18:52:02 2018 -0300| [e7a2f1f8d8350a768ca88b61303449433962b52d] | committer: James Almer
configure: disable direct stripping in OpenBSD It appears strip -o creates new files without preserving permissions from the source binary, resulting in non executable files. Signed-off-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7a2f1f8d8350a768ca88b61303449433962b52d --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 1e192f8780..c935d87b81 100755 --- a/configure +++ b/configure @@ -5048,6 +5048,7 @@ case $target_os in ;; openbsd|bitrig) disable symver + striptype="" SHFLAGS='-shared' SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)' SLIB_INSTALL_LINKS= _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog