fwknop: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 11:43:13 +02:00
parent f82c54ef7f
commit b950f4c07e

View file

@ -8,12 +8,14 @@ hostmakedepends="iptables"
makedepends="libpcap-devel gpgme-devel"
short_desc="Single Packet Authorization (SPA) implementation"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2"
license="GPL-2.0-only"
homepage="https://www.cipherdyne.org/fwknop/"
changelog="https://raw.githubusercontent.com/mrash/fwknop/master/ChangeLog"
distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
checksum=2b15050bae92ec5210fcac944a7aa4bf9c651333a2b2960aabcd5cfc1d527cf1
CFLAGS="-fcommon"
fwknopd_package() {
depends="iptables libfko>=${version}_${revision}"
conf_files="/etc/fwknop/*.conf"