SF.net SVN: gar:[22262] csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Oct 19 22:07:10 CEST 2013
Revision: 22262
http://gar.svn.sourceforge.net/gar/?rev=22262&view=rev
Author: dmichelsen
Date: 2013-10-19 20:07:09 +0000 (Sat, 19 Oct 2013)
Log Message:
-----------
lang-python/pycrypto/trunk: No more Solaris 9 due to missing sem_open
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile 2013-10-19 17:24:35 UTC (rev 22261)
+++ csw/mgar/pkg/lang-python/pycrypto/trunk/Makefile 2013-10-19 20:07:09 UTC (rev 22262)
@@ -26,6 +26,9 @@
LICENSE = COPYRIGHT
+# We must have sem_open and this is only available in Python for Solaris 10
+PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc
+
BUILD_DEP_PACKAGES += CSWlibgmp-dev
PACKAGES += CSWpy-crypto
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