From e2f72487d1078e0d7ab6b99233a5fb7afb7765a6 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Mon, 12 Mar 2001 14:02:21 +0000 Subject: don't link explicitly with db libs. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 3d865e6..274ab90 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $libs = ' -lrpm -lrpmio -ldb1 -ldb2 -lpopt -lz -lbz2'; +my $libs = ' -lrpm -lrpmio -lpopt -lz -lbz2'; WriteMakefile( 'NAME' => 'rpmtools', -- cgit v1.2.1