summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-10-03 03:40:50 +0000
committerBill Nottingham <notting@redhat.com>2000-10-03 03:40:50 +0000
commitdddf4fa32aa99232e1c8c0b7cf48eaea653048ec (patch)
treeb26895c9ea05ea5d4adbde6bd6817450f0b2d979 /isys/Makefile
parent6cee053bdacafd06a22b8db27fd1166fd9a657ce (diff)
downloadanaconda-dddf4fa32aa99232e1c8c0b7cf48eaea653048ec.tar.gz
anaconda-dddf4fa32aa99232e1c8c0b7cf48eaea653048ec.tar.xz
anaconda-dddf4fa32aa99232e1c8c0b7cf48eaea653048ec.zip
we're linking libisys into a shared object. Use -fPIC
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile
index c02276d75..125bae048 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 = -I/usr/include/python1.5 -I.. -Wall -O2 -g -DHAVE_NFS -DHAVE_NFSV3
+CFLAGS = -I/usr/include/python1.5 -I.. -Wall -O2 -g -fPIC -DHAVE_NFS -DHAVE_NFSV3
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