tstop glibc complaining about _BSD_SOURCE being deprecated - stagit - static git page generator
 (HTM) git clone git://src.adamsgaard.dk/stagit
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d8bad43b3c67a344fe78b6bdab36d414ed9ff13b
 (DIR) parent 79fab7c6faf78d7bcc0c870359138617aee24c7d
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Sun, 10 Jan 2016 00:47:45 +0100
       
       stop glibc complaining about _BSD_SOURCE being deprecated
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -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