summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-08-14 01:32:35 +0000
committerMike Fulbright <msf@redhat.com>2002-08-14 01:32:35 +0000
commitdb5b8b573f96c91e3dbf30ab30b8bf6742fc689a (patch)
tree075468ff12e95e331df796aae299f4cb852cae83 /isys
parent77556cc9c30a70482b9c18284dd65a2f661d6c85 (diff)
downloadanaconda-db5b8b573f96c91e3dbf30ab30b8bf6742fc689a.tar.gz
anaconda-db5b8b573f96c91e3dbf30ab30b8bf6742fc689a.tar.xz
anaconda-db5b8b573f96c91e3dbf30ab30b8bf6742fc689a.zip
make sure we really use LFS
Diffstat (limited to 'isys')
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index 744ed54a0..7bc9c5d0c 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -2,7 +2,7 @@ include ../Makefile.inc
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
-CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1
+CFLAGS = -ffunction-sections -I$(PYTHONINCLUDE) -I.. -Wall -Os -g -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64
OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \
smp.o moduleinfo.o devnodes.o cpio.o probe.o uncpio.o \