Fix compile warnings
This commit is contained in:
parent
17ff3090c4
commit
094beb2f1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue