From 38fbd7845b5876ea6f155a7c116f6b89f5e558e60a2ca0c4d48fbd7f5dbfaa3f Mon Sep 17 00:00:00 2001 From: "Michal Hrusecky (old before rename to _miska_)" Date: Mon, 16 May 2011 13:51:51 +0000 Subject: [PATCH] fixed build OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=42 --- build.inc | 2 +- mysql-patches.tar.bz2 | 4 ++-- series | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.inc b/build.inc index 20e6558..a7b8afa 100644 --- a/build.inc +++ b/build.inc @@ -4,7 +4,7 @@ %define socketpath /var/run/mysql %endif autoreconf -f -i -export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS -DFORCE_INIT_OF_VARS -fno-strict-aliasing -Wno-unused-parameter" +export CFLAGS="$RPM_OPT_FLAGS -DPIC -fPIC -DUNDEF_HAVE_INITGROUPS -DFORCE_INIT_OF_VARS -fno-strict-aliasing -Wno-unused-parameter -Wno-unused-but-set-variable" export CXXFLAGS="$CFLAGS -fno-exceptions -fno-rtti" # Make the compile a function, since we do multiple builds BuildMySQL() { diff --git a/mysql-patches.tar.bz2 b/mysql-patches.tar.bz2 index a15e1f2..d6ee9af 100644 --- a/mysql-patches.tar.bz2 +++ b/mysql-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:789691a4c5a8584a8a09e37d1212b1df8bf5269fcda5ea66aa4140bfb174f6ca -size 14117 +oid sha256:c4808970e068072814ba4cd122ba53a04137c495106bf71ad7a97a2c3243d198 +size 15827 diff --git a/series b/series index c016797..06ad93c 100644 --- a/series +++ b/series @@ -17,3 +17,4 @@ mariadb-5.1.50-upgrade-exit-status.patch mariadb-5.2.3-cnf.patch mariadb-5.2.4-libmysql-no-pkglibdir.patch mysql-community-server-5.1.53-ssl-compilation-fix.patch +mariadb-5.2.6-compilation-fix.patch