summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-06-20 01:47:36 +0000
committerErik Troan <ewt@redhat.com>2001-06-20 01:47:36 +0000
commit1759f3d658b56bc3365d6b7989aa447475a52afc (patch)
tree84be91a894ca851bf1e1b433f678948b1d8c8b67 /isys/Makefile
parentd2b85ad932ca315f00ca72527e87ea9a059f74e6 (diff)
downloadanaconda-1759f3d658b56bc3365d6b7989aa447475a52afc.tar.gz
anaconda-1759f3d658b56bc3365d6b7989aa447475a52afc.tar.xz
anaconda-1759f3d658b56bc3365d6b7989aa447475a52afc.zip
we don't need to link things against bz2
Diffstat (limited to 'isys/Makefile')
-rw-r--r--isys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/isys/Makefile b/isys/Makefile
index ca6393eb4..5c1d9d4ac 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -2,14 +2,14 @@ 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 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1
+CFLAGS = -ffunction-sections -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 pdc.o
SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c
STATICOBJS = otherinsmod.o
-LOADLIBES = -lbz2 -lresolv -lz -lpci -lpopt -lpump -lext2fs
+LOADLIBES = -lresolv -lz -lpci -lpopt -lpump -lext2fs
PYMODULES = _isys.so
SUBDIRS = modutils