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

Laurent Blume laurent at opencsw.org
Sun Apr 13 22:07:34 CEST 2014


Hello Rafi,

Is that a new package? That requirement has been present for a while in
MySQL, so I'm surprised.
Wouldn't it be better to have the new package support SUNW_1.22.5
anyhow, as it's not quite new anymore? And well, users who want it will
surely accept to patch a little to get MySQL support :-)

Laurent

On 13/04/2014 20:31, guengel at users.sourceforge.net wrote:
> 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