mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
dpdk: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
3a68fc0676
commit
3d505a0133
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
*) configure_args+=" -Dmachine=default"
|
||||
esac
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/lib/modules-load.d
|
||||
vlicense license/bsd-3-clause.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue