stagit

static git repository generator

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

commit e714792e9670b172326825100d533f358e4c51d9
parent 5bf5754f3c12cb11d807dc0778e5bf6b12778f2a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 24 Feb 2016 14:41:37 +0100

config.mk: add -D_DEFAULT_SOURCE to commented builds

Diffstat:
Mconfig.mk | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk @@ -18,12 +18,12 @@ LDFLAGS = ${LIBS} # optimized #CFLAGS = -O2 -std=c99 \ -# -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS} +# -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS} #LDFLAGS = -s ${LIBS} # optimized static #CFLAGS = -static -O2 -std=c99 \ -# -D_XOPEN_SOURCE=700 -D_BSD_SOURCE ${INCS} +# -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS} #LDFLAGS = -static -s ${LIBS} # compiler and linker