SF.net SVN: gar:[25497] csw/mgar/pkg/openssl1/trunk/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Tue Dec 22 14:07:23 CET 2015
Revision: 25497
http://sourceforge.net/p/gar/code/25497
Author: janholzh
Date: 2015-12-22 13:07:23 +0000 (Tue, 22 Dec 2015)
Log Message:
-----------
openssl1/trunk: remove map files, causes problems
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2015-12-22 12:58:23 UTC (rev 25496)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2015-12-22 13:07:23 UTC (rev 25497)
@@ -78,7 +78,7 @@
DISTFILES = $(NAME)-$(VERSION).tar.gz
DISTFILES += README.CSW
-DISTFILES += map.openssl.libcrypto map.openssl.libssl map.openssl.engines
+#DISTFILES += map.openssl.libcrypto map.openssl.libssl map.openssl.engines
DOCFILES = CHANGES CHANGES.SSLeay PROBLEMS README FAQ README.ASN1 INSTALL NEWS README.ENGINE
@@ -117,7 +117,8 @@
# Oh yes, let's do symbol versioning so we don't become
# crazy during library migration
-PATCHFILES += 0007-enables-symbols-versioning.patch
+# Disabled as to many new functions. (Like whole aesni stuff missing, if build with mapfiles)
+#PATCHFILES += 0007-enables-symbols-versioning.patch
# openssl currently only uses issetugid on freebsd and openbsd
# althought it is also available on Solaris 10
@@ -248,12 +249,12 @@
pre-configure-modulated:
echo " ==> Creating configure script"
cd $(WORKSRC) && ln -nf Configure configure
- ln -nf $(WORKDIR)/map.openssl.libcrypto $(WORKSRC)/map.openssl.libcrypto
- ln -nf $(WORKDIR)/map.openssl.libssl $(WORKSRC)/map.openssl.libssl
- for ENGINE in $(ENGINES); do \
- ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/map.openssl.lib$$ENGINE; \
- done
- ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/ccgost/map.openssl.libgost
+# ln -nf $(WORKDIR)/map.openssl.libcrypto $(WORKSRC)/map.openssl.libcrypto
+# ln -nf $(WORKDIR)/map.openssl.libssl $(WORKSRC)/map.openssl.libssl
+# for ENGINE in $(ENGINES); do \
+# ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/map.openssl.lib$$ENGINE; \
+# done
+# ln -nf $(WORKDIR)/map.openssl.engines $(WORKSRC)/engines/ccgost/map.openssl.libgost
@$(MAKECOOKIE)
install-conf-misc:
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