Michal Hrusecky (old before rename to _miska_) 2011-05-16 13:51:51 +00:00 committed by Git OBS Bridge
parent 76d8effedd
commit 38fbd7845b
3 changed files with 4 additions and 3 deletions

View File

@ -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() {

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:789691a4c5a8584a8a09e37d1212b1df8bf5269fcda5ea66aa4140bfb174f6ca
size 14117
oid sha256:c4808970e068072814ba4cd122ba53a04137c495106bf71ad7a97a2c3243d198
size 15827

1
series
View File

@ -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