From e1822696f3e93a27ffdc0cdb1b819500c2ef67ab Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Thu, 4 May 2017 09:33:18 +0000 Subject: databases/mariadb55-server: Update to 5.5.56 - Bugfix update to 5.5.56 - Re-roll patches - Convert patches to new naming convention - Add/move ldconfig config to -server - Move client option to -client port --- .../mariadb55-server/files/patch-scripts_mysql__config.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 databases/mariadb55-server/files/patch-scripts_mysql__config.sh (limited to 'databases/mariadb55-server/files/patch-scripts_mysql__config.sh') diff --git a/databases/mariadb55-server/files/patch-scripts_mysql__config.sh b/databases/mariadb55-server/files/patch-scripts_mysql__config.sh new file mode 100644 index 000000000000..8788844b5670 --- /dev/null +++ b/databases/mariadb55-server/files/patch-scripts_mysql__config.sh @@ -0,0 +1,14 @@ +--- scripts/mysql_config.sh.orig 2017-04-30 11:09:31 UTC ++++ scripts/mysql_config.sh +@@ -109,8 +109,11 @@ fi + # We intentionally add a space to the beginning and end of lib strings, simplifies replace later + libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@" + libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ " ++libs="$libs -L%%LOCALBASE%%/lib " + libs_r=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqlclient_r @ZLIB_DEPS@ @CLIENT_LIBS@ @openssl_libs@ " ++libs_r="$libs_r -L%%LOCALBASE%%/lib " + embedded_libs=" $ldflags -L$pkglibdir @RPATH_OPTION@ -lmysqld @LIBDL@ @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @openssl_libs@ " ++embedded_libs="$embedded_libs -L%%LOCALBASE%%/lib " + + if [ -r "$pkglibdir/libmygcc.a" ]; then + # When linking against the static library with a different version of GCC -- cgit v1.2.3