summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-06-20 18:27:34 +0000
committerJeremy Katz <katzj@redhat.com>2001-06-20 18:27:34 +0000
commit018962209cceebe738fff0effd9637a0daa7ff2f (patch)
treeac3cf7f7608f17175199d8a2d98b17f9dee2456e /utils
parentfc305eb797dc1472ddeaa22321491a5fec1c5c42 (diff)
downloadanaconda-018962209cceebe738fff0effd9637a0daa7ff2f.tar.gz
anaconda-018962209cceebe738fff0effd9637a0daa7ff2f.tar.xz
anaconda-018962209cceebe738fff0effd9637a0daa7ff2f.zip
rpm 4.0.3 again
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/Makefile b/utils/Makefile
index c780374c5..5e3e6bda5 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -25,11 +25,11 @@ moddeps: moddeps.o
$(LOADLIBES) \
../isys/modutils/insmod/libmodutils.a \
../isys/modutils/util/libutil.a \
- ../isys/modutils/obj/libobj.a -lrpm -lrpmio -lbz2 -lz -lpopt
+ ../isys/modutils/obj/libobj.a -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt
genhdlist: genhdlist.c hash.c
- $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -lrpmio \
- -lbz2 -lz -lpopt -ldb-3.2 -ldb1
+ $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -lrpmdb -lrpmio \
+ -lbz2 -lz -lpopt
depends: