OpenCPN: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 10:38:00 +02:00
parent 6898f86b6e
commit bff0e715c0

View file

@ -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
}