From 98c18f5a0a8a1ad9309307f0887aa96f6cc13094 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 23 Oct 2002 03:24:53 +0000 Subject: * switch to always using lseek and build with -D_FILE_OFFSET_BITS=64 * fix warning from dos.h based on patch from Dan Burcaw (dburcaw@terrasoftsolutions.com) --- balkan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'balkan/Makefile') diff --git a/balkan/Makefile b/balkan/Makefile index 218a2f751..fe2f52ab3 100644 --- a/balkan/Makefile +++ b/balkan/Makefile @@ -3,7 +3,7 @@ include ../Makefile.inc #PYTHONLIBDIR = $(DESTDIR)/usr/lib/python1.5/site-packages OBJECTS = rw.o dos.o sun.o bsdlabel.o -CFLAGS=-I$(PYTHONINCLUDE) -Os +CFLAGS=-I$(PYTHONINCLUDE) -Os -D_FILE_OFFSET_BITS=64 TARGET = libbalkan.a -- cgit