mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
fbida: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
3ec48010c9
commit
ff8638defe
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ if [ "$build_option_ida" ]; then
|
||||||
subpackages+=" fbida-ida"
|
subpackages+=" fbida-ida"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README
|
vdoc README
|
||||||
vdoc Changes
|
vdoc Changes
|
||||||
|
|
Loading…
Add table
Reference in a new issue