From 933d4bda7c61f442641823d7f51ef7896e10909f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:49:05 +0200 Subject: [PATCH] vpn-ws: needs -fcommon for gcc10 [ci skip] --- srcpkgs/vpn-ws/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vpn-ws/template b/srcpkgs/vpn-ws/template index f5914c0739..bfa1bcc9f3 100644 --- a/srcpkgs/vpn-ws/template +++ b/srcpkgs/vpn-ws/template @@ -12,7 +12,7 @@ homepage="https://github.com/unbit/vpn-ws" distfiles="https://github.com/unbit/vpn-ws/archive/v${version}.tar.gz" checksum=f35d16d192ef333390ccc7d342df4392676a86502fa087f310eab9758afd565a -CFLAGS+=" -Wno-stringop-truncation" +CFLAGS+=" -Wno-stringop-truncation -fcommon" # no install target in the Makefile do_install() {