From e7a2f1f8d8350a768ca88b61303449433962b52d Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 7 Apr 2018 18:52:02 -0300 Subject: [PATCH] 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 --- 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=