summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-07 16:57:43 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-07 16:57:43 +0000
commitc85ea27bcb69bebcf442669965b0365abd316669 (patch)
tree9176f64187e9aac3159cf55eb96d03cc6da86497 /isys/Makefile
parent6538c06ec4c08fab71e1a1a33f77edb2cd085c28 (diff)
downloadanaconda-c85ea27bcb69bebcf442669965b0365abd316669.tar.gz
anaconda-c85ea27bcb69bebcf442669965b0365abd316669.tar.xz
anaconda-c85ea27bcb69bebcf442669965b0365abd316669.zip
HERE COMES YOUR WATER! ....
Ok, so what exactly are we looking at here? A slapped-together pile of stuff that uses libdhcp instead of pump. I call it a work in progress. Right now we have support for regular IPv4-based installs. IPv6 is sort-of halfway there. I'm still wedging it in to place (i.e., dodging sigsegvs). I wanted to get an IPv4-libdhcp-move committed now so that it's in CVS. The pump-compatible API in libdhcp is mostly useless, so I'm moving things from using the core-dumping pump API functions to just using the libdhcp stuff directly. I had to back out a lot of IPv6 stuff I did in the interim. Please avoid making huge changes to the loader2 network code because I'm still tearing through that.
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 f3fe7766f..21ef7eb66 100644
--- a/isys/Makefile
+++ b/isys/Makefile
@@ -8,7 +8,7 @@ OBJECTS = nfsmount.o nfsmount_clnt.o nfsmount_xdr.o imount.o \
ethtool.o wireless.o eddsupport.o nl.o
SOBJECTS = $(patsubst %.o,%.lo,$(OBJECTS))
SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) isys.c
-LOADLIBES = -lresolv -lpci -lpopt -lpump -lext2fs -lz -lkudzu -lpci -ldevmapper
+LOADLIBES = -lresolv -lpci -lpopt -lext2fs -lz -lkudzu -lpci -ldevmapper
LOADLIBES += $(SELINUXLIBES)
PYMODULES = _isys.so
SUBDIRS = gzlib