obs: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 12:08:10 +02:00
parent 64c6273fc4
commit 681fe369c7
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ changelog="https://github.com/obsproject/obs-studio/releases"
distfiles="https://github.com/obsproject/obs-studio/archive/${version}.tar.gz"
checksum=ef1179c23256c312212e3dce9083d4fa67751db05c3001ad824e2b6995943941
CFLAGS="-fcommon"
obs-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"