diff options
author | Matt Wilson <msw@redhat.com> | 2000-12-05 05:10:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-12-05 05:10:22 +0000 |
commit | 265e97939a298b322011fc6bd0b3624583bea43b (patch) | |
tree | 4f07c847055e4325dfcbbf984bf443d4ebeb9f6e /isys/Makefile | |
parent | f8ea2eb11c04a8d0d9e4b787f8b082e949af6bcc (diff) | |
download | anaconda-265e97939a298b322011fc6bd0b3624583bea43b.tar.gz anaconda-265e97939a298b322011fc6bd0b3624583bea43b.tar.xz anaconda-265e97939a298b322011fc6bd0b3624583bea43b.zip |
merge from anaconda-7-0-alpha-branch
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 16ded0a16..285f9b538 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -2,7 +2,8 @@ include ../Makefile.inc ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) -CFLAGS = -I/usr/include/python1.5 -I.. -Wall -O2 -g -fPIC -DHAVE_NFS +CFLAGS = -I/usr/include/python1.5 -I.. -Wall -O2 -g -fPIC -DHAVE_NFS -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 + OBJECTS = nfsmount.o dns.o nfsmount_clnt.o nfsmount_xdr.o imount.o \ smp.o moduleinfo.o devnodes.o cpio.o probe.o uncpio.o \ lang.o isofs.o |