[csw-devel] SF.net SVN: gar:[16251] csw/mgar/pkg/ganglia/trunk/Makefile
d_pocock at users.sourceforge.net
d_pocock at users.sourceforge.net
Thu Nov 24 17:30:14 CET 2011
Revision: 16251
http://gar.svn.sourceforge.net/gar/?rev=16251&view=rev
Author: d_pocock
Date: 2011-11-24 16:30:14 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
enable 64 bit build and enable add librrd path
Modified Paths:
--------------
csw/mgar/pkg/ganglia/trunk/Makefile
Modified: csw/mgar/pkg/ganglia/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ganglia/trunk/Makefile 2011-11-24 16:16:15 UTC (rev 16250)
+++ csw/mgar/pkg/ganglia/trunk/Makefile 2011-11-24 16:30:14 UTC (rev 16251)
@@ -70,7 +70,7 @@
# Uncomment this if we want to build both 32 bit and 64 bit binaries
# By default, only 32 bit binaries are built
-#BUILD64 = 1
+BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
@@ -84,6 +84,9 @@
# Use apr from CSWapache2rt
CONFIGURE_ARGS += --with-libapr=/opt/csw/apache2/bin/apr-1-config
+# Use rrd from CSWlibrrd4
+CONFIGURE_ARGS += --with-librrd=/opt/csw/lib
+
# Include the status module
CONFIGURE_ARGS += --with-status
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