plan9port: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
8c94225cf4
commit
392af21ad2
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ if [[ $XBPS_TARGET_MACHINE == *-musl ]]; then
|
|||
makedepends+=" libucontext-devel"
|
||||
fi
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
post_extract() {
|
||||
# add missing LDFLAGS for some rules
|
||||
vsed -e '/prereq$/s/$/ $LDFLAGS/' \
|
||||
|
|
Loading…
Reference in a new issue