mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-01 12:23:04 +00:00
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>
This commit is contained in:
parent
4078291d32
commit
e7a2f1f8d8
1
configure
vendored
1
configure
vendored
@ -5048,6 +5048,7 @@ case $target_os in
|
|||||||
;;
|
;;
|
||||||
openbsd|bitrig)
|
openbsd|bitrig)
|
||||||
disable symver
|
disable symver
|
||||||
|
striptype=""
|
||||||
SHFLAGS='-shared'
|
SHFLAGS='-shared'
|
||||||
SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
|
SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
|
||||||
SLIB_INSTALL_LINKS=
|
SLIB_INSTALL_LINKS=
|
||||||
|
Loading…
Reference in New Issue
Block a user