bore

basic core utilities (PD)
git clone git://bvnf.space/bore.git
Log | Files | Refs | README

commit 111c4e6b335f1c90be53cac502466c9adb8df797
parent 1f9d09693ce320283a3d1747c5f3714c32fa1cca
Author: phoebos <ben@bvnf.space>
Date:   Mon,  4 Oct 2021 20:04:21 +0100

Makefile: correct _XOPEN_SOURCE for glibc

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -13,7 +13,7 @@ BINS = \ wc \ CC = cc -XCFLAGS = $(CFLAGS) -Wall -Wextra -Wpedantic -g -D_XOPEN_SOURCE=600 +XCFLAGS = $(CFLAGS) -Wall -Wextra -Wpedantic -g -D_XOPEN_SOURCE=700 XLDFLAGS = $(LDFLAGS) .PHONY: clean