summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-06-20 16:28:50 +0000
committerMike Fulbright <msf@redhat.com>2001-06-20 16:28:50 +0000
commit4826033dc1ae7b6e7b213449832b6c01e88309e0 (patch)
treec9cd5231bfce570c2585a08a28393534b9b6f8e0 /utils
parentcff0656999d6c122e851182fe8e7479e46252427 (diff)
downloadanaconda-4826033dc1ae7b6e7b213449832b6c01e88309e0.tar.gz
anaconda-4826033dc1ae7b6e7b213449832b6c01e88309e0.tar.xz
anaconda-4826033dc1ae7b6e7b213449832b6c01e88309e0.zip
wrong db version?
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 c3d538217..5349f1bf5 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -25,10 +25,10 @@ moddeps: moddeps.o
$(LOADLIBES) \
../isys/modutils/insmod/libmodutils.a \
../isys/modutils/util/libutil.a \
- ../isys/modutils/obj/libobj.a -lrpm -ldb-3.2 -ldb1 -lrpmio -lbz2 -lz -lpopt
+ ../isys/modutils/obj/libobj.a -lrpm -ldb-3.1 -ldb1 -lrpmio -lbz2 -lz -lpopt
genhdlist: genhdlist.c hash.c
- $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -ldb-3.2 -ldb1 -lrpmio \
+ $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -ldb-3.1 -ldb1 -lrpmio \
-lbz2 -lz -lpopt
depends: