From 053fd7b5830b4adfe9703be281f6ecfa68e0410b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 8 Sep 2017 21:57:15 +0100 Subject: Fix atari INFO macro name collision --- frontends/atari/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile index b4fb16ec1..a2f27e2f2 100644 --- a/frontends/atari/Makefile +++ b/frontends/atari/Makefile @@ -47,6 +47,7 @@ CFLAGS += -U__STRICT_ANSI__ -std=c99 -Dsmall -Dnsatari \ -D_BSD_SOURCE \ -D_XOPEN_SOURCE=600 \ -D_POSIX_C_SOURCE=200112L \ + -DNSLOG_LEVEL_0x0010=NSLOG_LEVEL_INFO \ $(shell $(PKG_CONFIG) --cflags openssl ) \ $(shell $(PKG_CONFIG) --cflags libcurl ) -- cgit v1.2.3