[csw-devel] SF.net SVN: gar:[14014] csw/mgar/pkg/gdal/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Wed Mar 30 05:20:37 CEST 2011
Revision: 14014
http://gar.svn.sourceforge.net/gar/?rev=14014&view=rev
Author: bdwalton
Date: 2011-03-30 03:20:37 +0000 (Wed, 30 Mar 2011)
Log Message:
-----------
gdal/trunk: enable more options
Modified Paths:
--------------
csw/mgar/pkg/gdal/trunk/Makefile
Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile 2011-03-30 02:55:50 UTC (rev 14013)
+++ csw/mgar/pkg/gdal/trunk/Makefile 2011-03-30 03:20:37 UTC (rev 14014)
@@ -18,5 +18,10 @@
CONFIGURE_ARGS += --with-png=$(prefix)
CONFIGURE_ARGS += --with-libtiff=$(prefix)
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-sqlite3=$(prefix)
include gar/category.mk
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