From 094beb2f1ee67477e969eec1856c55ffef6eb712 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 26 Mar 2006 18:13:35 +0000 Subject: [PATCH] Fix compile warnings --- commands/bzip2-1.0.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0