openntpd: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:38 +02:00
parent faf71a974b
commit 33b5e2b4af
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ alternatives="
ntpd:ntpd.8:/usr/share/man/man8/openntpd.8 ntpd:ntpd.8:/usr/share/man/man8/openntpd.8
ntpd:ntpd:/etc/sv/openntpd" ntpd:ntpd:/etc/sv/openntpd"
CFLAGS="-fcommon"
pre_configure() { pre_configure() {
autoreconf -fi autoreconf -fi
} }