* Sat Mar 28 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.2.3-23
- Fix FTBFS (rhbz#1799677)
This commit is contained in:
parent
cfc67b910b
commit
4bdf1c38f8
@ -22,7 +22,7 @@ setup nebula runs as a daemon and receives attacks from honeypots.
|
||||
# FIXME: Package suffers from c11/inline issues
|
||||
# Workaround by appending --std=gnu89 to CFLAGS
|
||||
# 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
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user