mirror of https://github.com/wb2osz/direwolf.git
Stopped segfaults on glibc >= 2.24
This commit is contained in:
parent
2a08f33966
commit
370d3dc27c
|
@ -12,7 +12,7 @@ all : $(APPS) direwolf.desktop direwolf.conf
|
|||
@echo " "
|
||||
|
||||
CC := gcc
|
||||
CFLAGS := -O3 -pthread -Igeotranz
|
||||
CFLAGS := -O3 -pthread -Igeotranz -g -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1
|
||||
|
||||
LDFLAGS := -lm -lpthread -lrt
|
||||
|
||||
|
|
Loading…
Reference in New Issue