diff options
author | Bert Münnich <ber.t@posteo.de> | 2015-10-28 21:50:17 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2015-10-28 21:50:17 +0100 |
commit | 66c3c55759a7ee23af75657215a2fd0e1aa39558 (patch) | |
tree | 8b2c471d2ee9af05ae6c8f01174183970d323d04 /Makefile | |
parent | e574a6d0dd209cba5e61f23c992a8d6d9bd1fc90 (diff) |
Use POSIX.1-2008 getline(3)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ MANPREFIX := $(PREFIX)/share/man CC ?= gcc CFLAGS += -std=c99 -Wall -pedantic -CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=500 +CPPFLAGS += -I$(PREFIX)/include -D_XOPEN_SOURCE=700 LDFLAGS += -L$(PREFIX)/lib LIBS := -lX11 -lImlib2 |