[csw-devel] SF.net SVN: gar:[19452] csw/mgar/pkg/memcached/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Oct 15 16:25:26 CEST 2012
Revision: 19452
http://gar.svn.sourceforge.net/gar/?rev=19452&view=rev
Author: dmichelsen
Date: 2012-10-15 14:25:26 +0000 (Mon, 15 Oct 2012)
Log Message:
-----------
memcached/trunk: Restrict to Solaris 10 due to atomics
Modified Paths:
--------------
csw/mgar/pkg/memcached/trunk/Makefile
Modified: csw/mgar/pkg/memcached/trunk/Makefile
===================================================================
--- csw/mgar/pkg/memcached/trunk/Makefile 2012-10-15 14:01:13 UTC (rev 19451)
+++ csw/mgar/pkg/memcached/trunk/Makefile 2012-10-15 14:25:26 UTC (rev 19452)
@@ -40,9 +40,8 @@
BUILD_DEP_PKGS = CSWlibevent-dev
RUNTIME_DEP_PKGS = CSWlibevent2-0-5
-PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
-# Make special version for Solaris 10 with enabled DTrace
-PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
+# Solaris 9 does not have atomic_inc_ushort_nv
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
BUILD64 = 1
ISAEXEC = 1
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