Revision: 25505
http://sourceforge.net/p/gar/code/25505
Author: janholzh
Date: 2015-12-28 16:13:38 +0000 (Mon, 28 Dec 2015)
Log Message:
-----------
openssl1/trunk: disable strip
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2015-12-28 15:28:17 UTC (rev
25504)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2015-12-28 16:13:38 UTC (rev
25505)
@@ -226,7 +226,8 @@
EXTRA_INSTALL_ARGS += MANDIR=$(mandir)
# library files are not automatically stripped
-STRIP_DIRS = $(DESTDIR)/$(libdir)
$(DESTDIR)/$(libdir)/openssl-$(SONAME)/engines/
+# Enabling it removes e.g aesni feature on Solaris10x work on S11 though: Need
to investigate
+#STRIP_DIRS = $(DESTDIR)/$(libdir)
$(DESTDIR)/$(libdir)/openssl-$(SONAME)/engines/
TEST_TARGET = tests
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.