From: Pasi Kallinen Date: Sun, 10 Sep 2017 18:30:50 +0000 (+0300) Subject: No secure config errors in linux hints file X-Git-Tag: NetHack-3.6.1_RC01~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbd5934a1affffb67190f07d05fb5ff232895ba8;p=nethack No secure config errors in linux hints file The linux hints file is for a single-user build, no need for this. --- diff --git a/sys/unix/hints/linux b/sys/unix/hints/linux index 4310e6afe..8edd35afc 100644 --- a/sys/unix/hints/linux +++ b/sys/unix/hints/linux @@ -26,6 +26,7 @@ CFLAGS+=-DSYSCF -DSYSCF_FILE=\"$(HACKDIR)/sysconf\" -DSECURE CFLAGS+=-DTIMED_DELAY CFLAGS+=-DHACKDIR=\"$(HACKDIR)\" CFLAGS+=-DDUMPLOG +CFLAGS+=-DCONFIG_ERROR_SECURE=FALSE LINK=$(CC) # Only needed for GLIBC stack trace: