stop glibc complaining about _BSD_SOURCE being deprecated - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit d8bad43b3c67a344fe78b6bdab36d414ed9ff13b DIR parent 79fab7c6faf78d7bcc0c870359138617aee24c7d HTML 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 @@ -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