* Sat Mar 28 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.3-23

- Fix FTBFS (rhbz#1799677)
This commit is contained in:
Fabian Affolter 2020-03-29 10:18:39 +02:00
parent cfc67b910b
commit 4bdf1c38f8
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -22,7 +22,7 @@ setup nebula runs as a daemon and receives attacks from honeypots.
# FIXME: Package suffers from c11/inline issues # FIXME: Package suffers from c11/inline issues
# Workaround by appending --std=gnu89 to CFLAGS # Workaround by appending --std=gnu89 to CFLAGS
# Proper fix would be to fix the source-code # Proper fix would be to fix the source-code
%configure CFLAGS="${RPM_OPT_FLAGS} --std=gnu89" %configure CFLAGS="${RPM_OPT_FLAGS} --std=gnu89 -fcommon"
make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE make %{?_smp_mflags} AM_CFLAGS=-D_GNU_SOURCE
%install %install