Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-04-08 00:52:02 +0300
committerJames Almer <jamrial@gmail.com>2018-04-13 17:01:29 +0300
commite7a2f1f8d8350a768ca88b61303449433962b52d (patch)
treecaea1cdbd49b4f7565a11ecf704ab6eeea96efa1 /configure
parent4078291d32c210e4ccd8b97c7cd95c87fda42108 (diff)
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@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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=