config.mk: fix warning about strptime on glibc
This commit is contained in:
parent
f5270aa241
commit
e8dab1db94
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ PREFIX = /usr/local
|
|||
MANPREFIX = $(PREFIX)/man
|
||||
|
||||
# flags
|
||||
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE
|
||||
CPPFLAGS = -DVERSION=\"$(VERSION)\" -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE
|
||||
CFLAGS = -std=c99 -pedantic -Wall -Os
|
||||
LDFLAGS = -s
|
||||
|
||||
|
|
Loading…
Reference in a new issue