Fix compile warnings

This commit is contained in:
Ben Gras 2006-03-26 18:13:35 +00:00
parent 17ff3090c4
commit 094beb2f1e

View file

@ -9,7 +9,7 @@ RANLIB=ranlib
LDFLAGS=
BIGFILES=#-D_FILE_OFFSET_BITS=64
CFLAGS=-Wall -Winline -O -g $(BIGFILES) -Dlstat=stat
CFLAGS=-Wall -Winline -O -g $(BIGFILES) -Dlstat=stat -D_POSIX_SOURCE=1
# Where you want it installed when you do 'make install'
PREFIX=/usr/local