mariadb: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
54ee1cab7f
commit
6ff95cc62a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue