[csw-devel] SF.net SVN: gar:[14500] csw/mgar/pkg/gdal/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Tue May 3 18:11:58 CEST 2011
Revision: 14500
http://gar.svn.sourceforge.net/gar/?rev=14500&view=rev
Author: bdwalton
Date: 2011-05-03 16:11:58 +0000 (Tue, 03 May 2011)
Log Message:
-----------
gdal/trunk: fix postgres configure arg
Modified Paths:
--------------
csw/mgar/pkg/gdal/trunk/Makefile
Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile 2011-05-03 13:00:38 UTC (rev 14499)
+++ csw/mgar/pkg/gdal/trunk/Makefile 2011-05-03 16:11:58 UTC (rev 14500)
@@ -8,8 +8,6 @@
GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for data translation and processing.
endef
-GARTYPE = v2
-
MASTER_SITES = http://download.osgeo.org/$(NAME)/
DISTFILES = $(DISTNAME).tar.gz
PATCHFILES += 0001-Force-the-use-of-CSWbash.patch
@@ -23,8 +21,7 @@
CONFIGURE_ARGS += --with-jpeg=$(prefix)
CONFIGURE_ARGS += --with-expat=$(prefix)
CONFIGURE_ARGS += --with-mysql=/opt/csw/mysql5/bin/mysql_config
-# not working yet.
-#CONFIGURE_ARGS += --with-pg=/opt/csw/postgresql/bin/pg_config
+CONFIGURE_ARGS += --with-pg=/opt/csw/postgresql/bin/sparcv8/pg_config
CONFIGURE_ARGS += --with-sqlite3=$(prefix)
# doesn't have tests?
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