stop glibc complaining about _BSD_SOURCE being deprecated
This commit is contained in:
parent
79fab7c6fa
commit
d8bad43b3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue