[FFmpeg-cvslog] configure: disable direct stripping in OpenBSD
James Almer
git at videolan.org
Fri Apr 13 17:09:15 EEST 2018
ffmpeg | branch: master | James Almer <jamrial at 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 <jamrial at 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=
More information about the ffmpeg-cvslog
mailing list