From fcb07d483814ee16a0a81f863fae236ff2a6c3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:31 +0200 Subject: [PATCH] libsrtp: needs -fcommon for gcc10 [ci skip] --- srcpkgs/libsrtp/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libsrtp/template b/srcpkgs/libsrtp/template index e35a498a9df..9748ca264b1 100644 --- a/srcpkgs/libsrtp/template +++ b/srcpkgs/libsrtp/template @@ -13,6 +13,8 @@ homepage="https://github.com/cisco/libsrtp" distfiles="https://github.com/cisco/libsrtp/archive/v${version}.tar.gz" checksum=94093a5d04c5f4743e8d81182b76938374df6d393b45322f24960d250b0110e8 +CFLAGS="-fcommon" + post_install() { vlicense LICENSE }