[csw-devel] SF.net SVN: gar:[8915] csw/mgar/pkg/augeas/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Mar 1 14:07:52 CET 2010
Revision: 8915
http://gar.svn.sourceforge.net/gar/?rev=8915&view=rev
Author: dmichelsen
Date: 2010-03-01 13:07:52 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
augeas: Disable 64 bit for now as amd64 throws errors. Get acquainted with it first
Modified Paths:
--------------
csw/mgar/pkg/augeas/trunk/Makefile
Modified: csw/mgar/pkg/augeas/trunk/Makefile
===================================================================
--- csw/mgar/pkg/augeas/trunk/Makefile 2010-03-01 13:05:45 UTC (rev 8914)
+++ csw/mgar/pkg/augeas/trunk/Makefile 2010-03-01 13:07:52 UTC (rev 8915)
@@ -24,7 +24,9 @@
EXTRA_LDFLAGS = -lgnugetopt
-BUILD64 = 1
+# Building on Solaris 10 doesn't work as it support C99 and the above fixes are not necessary there.
+# Disable 64 bit for now.
+# BUILD64 = 1
NOISAEXEC = 1
CONFIGURE_ARGS = $(DIRPATHS)
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