mariadb: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:33 +02:00
parent 54ee1cab7f
commit 6ff95cc62a

View file

@ -34,7 +34,7 @@ replaces="mysql>=0"
conf_files="/etc/mysql/my.cnf"
system_accounts="mysql"
mysql_homedir="/var/lib/mysql"
CFLAGS="-w"
CFLAGS="-w -fcommon"
pre_configure() {
# We need some host binaries before starting cross compilation.