Fix compile warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user