[csw-devel] SF.net SVN: gar:[17276] csw/mgar/pkg/lang-python/python/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Mar 2 23:57:07 CET 2012
Revision: 17276
http://gar.svn.sourceforge.net/gar/?rev=17276&view=rev
Author: wahwah
Date: 2012-03-02 22:57:07 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
lang-python/python/trunk: Build for Solaris 10 separately
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/trunk/Makefile 2012-03-02 22:04:35 UTC (rev 17275)
+++ csw/mgar/pkg/lang-python/python/trunk/Makefile 2012-03-02 22:57:07 UTC (rev 17276)
@@ -43,8 +43,12 @@
# http://bugs.python.org/issue3770
# However, this bug is about better detection of SEM_VALUE_MAX in Solaris
# http://bugs.python.org/issue3110
-# PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+# There are header differences between Solaris 9 and 10. Programs that include
+# pyconfig.h from Solaris 9 installed on Solaris 10 can get wrong settings,
+# e.g. wrt _X_OPEN_SOURCE.
+PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+
# Patches
PATCHFILES += faqwiz.diff
PATCHFILES += makesetup.diff
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