diff options
author | Mike Fulbright <msf@redhat.com> | 2002-08-14 01:32:35 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-08-14 01:32:35 +0000 |
commit | db5b8b573f96c91e3dbf30ab30b8bf6742fc689a (patch) | |
tree | 075468ff12e95e331df796aae299f4cb852cae83 /isys | |
parent | 77556cc9c30a70482b9c18284dd65a2f661d6c85 (diff) | |
download | anaconda-db5b8b573f96c91e3dbf30ab30b8bf6742fc689a.tar.gz anaconda-db5b8b573f96c91e3dbf30ab30b8bf6742fc689a.tar.xz anaconda-db5b8b573f96c91e3dbf30ab30b8bf6742fc689a.zip |
make sure we really use LFS
Diffstat (limited to 'isys')
-rw-r--r-- | isys/Makefile | 2 |
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 \ |