[csw-devel] SF.net SVN: gar:[15212] csw/mgar/pkg/openssl1/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sun Jul 24 03:56:49 CEST 2011
Revision: 15212
http://gar.svn.sourceforge.net/gar/?rev=15212&view=rev
Author: chninkel
Date: 2011-07-24 01:56:49 +0000 (Sun, 24 Jul 2011)
Log Message:
-----------
openssl1: strip libraries files
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2011-07-24 01:50:20 UTC (rev 15211)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2011-07-24 01:56:49 UTC (rev 15212)
@@ -134,8 +134,6 @@
CONFIGURE_ARGS = --prefix=$(prefix) --openssldir=$(prefix)/etc/ssl shared $($(ISA)_OS_COMPILER) --install_prefix=$(DESTDIR)
-# We want the csw perl to be used
-#CONFIGURE_ENV += PERL="/opt/csw/bin/perl"
# For now we want the sun perl to be used
CONFIGURE_ENV += PERL="/usr/bin/perl"
@@ -147,6 +145,9 @@
# /opt/csw/ssl/man, but we want them under /opt/csw/share/man
INSTALL_ARGS += MANDIR=$(mandir)
+# library files are not automatically stripped
+STRIP_DIRS = $(DESTDIR)/$(libdir) $(DESTDIR)/$(libdir)/openssl-$(SONAME)/engines/
+
TEST_SCRIPTS =
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list