From c00918201f0bec94e2b66ff4ce36180e1bea1a69 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 5 Nov 2020 07:43:30 +0100 Subject: [PATCH] Add missing -DUDP_SOCKET_MAX=2 for GPSD builds. --- NXDNGateway/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NXDNGateway/Makefile b/NXDNGateway/Makefile index 6c61ce1..d87177e 100644 --- a/NXDNGateway/Makefile +++ b/NXDNGateway/Makefile @@ -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