mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
gdbm: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
ff724054d6
commit
9f777787f6
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# create symlinks for compatibility
|
# create symlinks for compatibility
|
||||||
vmkdir usr/include/gdbm
|
vmkdir usr/include/gdbm
|
||||||
|
|
Loading…
Add table
Reference in a new issue