SF.net SVN: gar:[23411] csw/mgar/pkg/gdal/trunk/Makefile

guengel at users.sourceforge.net guengel at users.sourceforge.net
Sun Apr 13 20:31:59 CEST 2014


Revision: 23411
          http://sourceforge.net/p/gar/code/23411
Author:   guengel
Date:     2014-04-13 18:31:58 +0000 (Sun, 13 Apr 2014)
Log Message:
-----------
gdal/trunk: Dropped support for mysql since it fails to link: ld: fatal: file /lib/libc.so: version SUNW_1.22.5 is unavailable: required by file /opt/csw/lib/libmysqlclient.so

Modified Paths:
--------------
    csw/mgar/pkg/gdal/trunk/Makefile

Modified: csw/mgar/pkg/gdal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdal/trunk/Makefile	2014-04-13 17:34:04 UTC (rev 23410)
+++ csw/mgar/pkg/gdal/trunk/Makefile	2014-04-13 18:31:58 UTC (rev 23411)
@@ -82,7 +82,11 @@
 CONFIGURE_ARGS += --with-libtiff=$(prefix)
 CONFIGURE_ARGS += --with-jpeg=$(prefix)
 CONFIGURE_ARGS += --with-expat=$(prefix)
-CONFIGURE_ARGS += --with-mysql=$(bindir)/mysql_config
+# Fails w/
+#  ld: fatal: file /lib/libc.so: version 'SUNW_1.22.5' is unavailable:
+#        required by file /opt/csw/lib/libmysqlclient.so
+#CONFIGURE_ARGS += --with-mysql=$(bindir)/mysql_config
+CONFIGURE_ARGS += --without-mysql
 CONFIGURE_ARGS += --with-sqlite3=$(prefix)
 CONFIGURE_ARGS += --with-pg=$(bindir)/pg_config
 

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