Fix compile warnings
This commit is contained in:
parent
17ff3090c4
commit
094beb2f1e
|
|
@ -9,7 +9,7 @@ RANLIB=ranlib
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
|
|
||||||
BIGFILES=#-D_FILE_OFFSET_BITS=64
|
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'
|
# Where you want it installed when you do 'make install'
|
||||||
PREFIX=/usr/local
|
PREFIX=/usr/local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user