summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-06-19 16:33:41 +0000
committerMatt Wilson <msw@redhat.com>2000-06-19 16:33:41 +0000
commit1bc9b92471f941388f10f2703868ff816073f9df (patch)
treecd13afacd2bb44e0cdbc456a677dfc731edc872e
parentf232e21254e3411723ba1cbe6f3b1cb5a64f25c0 (diff)
downloadanaconda-1bc9b92471f941388f10f2703868ff816073f9df.tar.gz
anaconda-1bc9b92471f941388f10f2703868ff816073f9df.tar.xz
anaconda-1bc9b92471f941388f10f2703868ff816073f9df.zip
fix linking
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index db41ef0c3..677ab31c7 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -27,7 +27,7 @@ moddeps: moddeps.o
genhdlist: genhdlist.c
$(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c -lrpm -lrpmio \
- -lbz2 -lz -lpopt -ldb-3.0 -ldb1
+ -lbz2 -lz -lpopt -ldb-3.1 -ldb1
depends: