fix: Add DEFAULT_SOURCE to silence problematic warning
This commit is contained in:
parent
978f110e3b
commit
88a813272c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
IGMPPROG=igmpgen
|
IGMPPROG=igmpgen
|
||||||
CFLAGS=-Werror -Wall `libnet-config --defines`
|
CFLAGS=-Werror -Wall `libnet-config --defines` -D_DEFAULT_SOURCE
|
||||||
LDFLAGS=`libnet-config --libs`
|
LDFLAGS=`libnet-config --libs`
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
Loading…
Reference in a new issue