Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
mysql5
:
5.1.30
>
mysql-5.1.30
> mysql-5.1.30-disable-versioned-symbols.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mysql-5.1.30-disable-versioned-symbols.patch of Package mysql-5.1.30
--- configure.in.orig 2008-11-14 17:34:23.000000000 +0100 +++ configure.in 2008-11-27 21:12:07.000000000 +0100 @@ -377,10 +377,12 @@ MYSQL_PROG_AR # libmysqlclient versioning when linked with GNU ld. -if $LD --version 2>/dev/null| grep GNU >/dev/null 2>&1; then - LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/libmysql/libmysql.ver" - AC_CONFIG_FILES(libmysql/libmysql.ver) -fi +# symbol versioning patched out for SP1 (libmysql in SLES10 GA didn't +# have this feature either) +##if $LD --version 2>/dev/null| grep GNU >/dev/null 2>&1; then +## LD_VERSION_SCRIPT="-Wl,--version-script=\$(top_builddir)/libmysql/libmysql.ver" +## AC_CONFIG_FILES(libmysql/libmysql.ver) +##fi AC_SUBST(LD_VERSION_SCRIPT)