summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-14 20:43:31 +0000
committerMatt Wilson <msw@redhat.com>2000-06-14 20:43:31 +0000
commita42b89b05781431e2ba742526ba1450e14a0dae6 (patch)
tree10fdb163f66adbb9c2d8264be33913ba1c814d28 /utils
parent97567424883ebd6c00fd8fde6bd4c891950adcb2 (diff)
downloadanaconda-a42b89b05781431e2ba742526ba1450e14a0dae6.tar.gz
anaconda-a42b89b05781431e2ba742526ba1450e14a0dae6.tar.xz
anaconda-a42b89b05781431e2ba742526ba1450e14a0dae6.zip
link against rpmio
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 30280cc3d..82a43ade4 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -23,10 +23,10 @@ moddeps: moddeps.o
$(LOADLIBES) \
../isys/modutils/insmod/libmodutils.a \
../isys/modutils/util/libutil.a \
- ../isys/modutils/obj/libobj.a -lrpm -lbz2 -lz -lpopt
+ ../isys/modutils/obj/libobj.a -lrpm -lrpmio -lbz2 -lz -lpopt
genhdlist: genhdlist.c
- $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lbz2 -lz -lpopt -ldb-3.0
+ $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lrpmio -lbz2 -lz -lpopt -ldb-3.0 -ldb1
depends: