stagit

static git repository generator

git clone https://9o.is/git/stagit.git

commit 7e7cd3e99603dd257a01ce2280dc1e13c6a20b0c
parent ef4d10727e619684145fa9c1e2bcf76971713eb8
Author: Quentin Rameau <quinq@fifth.space>
Date:   Sun, 10 Jan 2016 00:47:45 +0100

stop glibc complaining about _BSD_SOURCE being deprecated

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

diff --git a/config.mk b/config.mk @@ -13,7 +13,7 @@ LIBS = -L${GITLIB} -lgit2 -lc # debug CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic \ - -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS} + -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS} LDFLAGS = ${LIBS} # optimized