quark

quark web server
git clone git://git.suckless.org/quark
Log | Files | Refs | LICENSE

commit e8dab1db9491b844358754d79c6848e15a1fc3ee
parent f5270aa24148c00b73796b6c7c654c2caaeeb577
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 28 Jun 2017 18:40:54 +0200

config.mk: fix warning about strptime on glibc

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -8,7 +8,7 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/man # flags -CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE +CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE CFLAGS = -std=c99 -pedantic -Wall -Os LDFLAGS = -s