mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2024-11-25 16:48:40 -05:00
Add missing -DUDP_SOCKET_MAX=2 for GPSD builds.
This commit is contained in:
parent
6671e87173
commit
c00918201f
@ -6,7 +6,7 @@ CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -DUDP_SOCKET_MAX=2 -std=c++0x -pthread
|
||||
LIBS = -lpthread
|
||||
|
||||
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
||||
#CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -DUSE_GPSD -std=c++0x -pthread
|
||||
#CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -DUDP_SOCKET_MAX=2 -DUSE_GPSD -std=c++0x -pthread
|
||||
#LIBS = -lpthread -lgps
|
||||
|
||||
LDFLAGS = -g
|
||||
|
Loading…
Reference in New Issue
Block a user