$OpenBSD: patch-source_common_Makefile_in,v 1.10 2017/05/24 15:44:42 ajacoutot Exp $

Don't strip static libraries.

Index: source/common/Makefile.in
--- source/common/Makefile.in.orig
+++ source/common/Makefile.in
@@ -149,7 +149,7 @@ install-local: install-headers install-library
 install-library: all-local
 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
 ifneq ($(ENABLE_STATIC),)
-	$(INSTALL-L) $(TARGET) $(DESTDIR)$(libdir)
+	$(INSTALL_DATA) $(TARGET) $(DESTDIR)$(libdir)
 endif
 ifneq ($(ENABLE_SHARED),)
 	$(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir)
