From: Ben Gras Date: Sun, 26 Mar 2006 18:13:35 +0000 (+0000) Subject: Fix compile warnings X-Git-Tag: v3.1.2a~129 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/mandoc_char.7.txt?a=commitdiff_plain;h=094beb2f1ee67477e969eec1856c55ffef6eb712;p=minix.git Fix compile warnings --- diff --git a/commands/bzip2-1.0.3/Makefile b/commands/bzip2-1.0.3/Makefile index 3da5a04c1..a9790f293 100644 --- a/commands/bzip2-1.0.3/Makefile +++ b/commands/bzip2-1.0.3/Makefile @@ -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