From bff0e715c0cbdd51239f932e64599221308d4984 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Aug 2020 10:38:00 +0200 Subject: [PATCH] OpenCPN: needs -fcommon for gcc10 [ci skip] --- srcpkgs/OpenCPN/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/OpenCPN/template b/srcpkgs/OpenCPN/template index d293fad1436..061cf4762fd 100644 --- a/srcpkgs/OpenCPN/template +++ b/srcpkgs/OpenCPN/template @@ -36,6 +36,8 @@ if [ -z "$CROSS_BUILD" ]; then configure_args+=" -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3" fi +CFLAGS="-fcommon" + post_install() { vlicense src/glshim/LICENSE LICENSE.glshim }