From c01be381492b5cc3b912ee3419f7fda5fa43b8e3 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 13 Nov 2022 08:38:39 +0100 Subject: Don't define _POSIX_C_SOURCE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c758d39..578bd19 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CFLAGS = -Wall -Wextra -Wpedantic -Werror \ -O3 -march=native -mtune=native -fomit-frame-pointer \ - -pipe -D_POSIX_C_SOURCE=200809 + -pipe PREFIX = /usr DPREFIX = ${DESTDIR}${PREFIX} MANDIR = ${DPREFIX}/share/man -- cgit v1.2.3