Merge branch 'ipv6' into SimpleDMR

This commit is contained in:
Jonathan Naylor 2020-09-06 11:57:11 +01:00
commit e45f0edec4
15 changed files with 200 additions and 132 deletions

View file

@ -2,7 +2,7 @@
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H
LIBS = -lpthread
LDFLAGS = -g