bolt: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:16 +02:00
parent 728e29c37a
commit 84d349582a

View file

@ -16,6 +16,8 @@ distfiles="https://gitlab.freedesktop.org/bolt/bolt/-/archive/${version}/bolt-${
checksum=18dee2a08860cff963d505e382aa5ea9f6a90c0d0279854063839e4a02426e96
patch_args="-Np1"
CFLAGS="-fcommon"
post_install() {
vsv boltd
}