diff options
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
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', |