diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-20 05:37:46 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-20 05:37:46 +0000 |
commit | a3a1d9570b083113757828fcaefa0ecd71715ade (patch) | |
tree | 06f6c40b7710921083a60ee90f279cd6284fbab5 /utils/Makefile | |
parent | 7a936da7b46eeaf09e73ab42c9b6fec6991357ce (diff) | |
download | anaconda-a3a1d9570b083113757828fcaefa0ecd71715ade.tar.gz anaconda-a3a1d9570b083113757828fcaefa0ecd71715ade.tar.xz anaconda-a3a1d9570b083113757828fcaefa0ecd71715ade.zip |
back to good ole db-3.2 until new rpm lands
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index d060ff0f1..b0d996d2a 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 -lrpmio -lbz2 -lz -lpopt + ../isys/modutils/obj/libobj.a -lrpm -ldb-3.2 -lrpmio -lbz2 -lz -lpopt genhdlist: genhdlist.c hash.c - $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -lrpmio \ + $(CC) $(LDFLAGS) $(CFLAGS) -o genhdlist genhdlist.c hash.c -lrpm -ldb-3.2 -lrpmio \ -lbz2 -lz -lpopt depends: |