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>
pull/284/head
James Almer 7 years ago
parent 4078291d32
commit e7a2f1f8d8
  1. 1
      configure

1
configure vendored

@ -5048,6 +5048,7 @@ case $target_os in
;;
openbsd|bitrig)
disable symver
striptype=""
SHFLAGS='-shared'
SLIB_INSTALL_NAME='$(SLIBNAME).$(LIBMAJOR).$(LIBMINOR)'
SLIB_INSTALL_LINKS=

Loading…
Cancel
Save