aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2001-03-12 14:02:21 +0000
committerFrederic Lepied <flepied@mandriva.com>2001-03-12 14:02:21 +0000
commite2f72487d1078e0d7ab6b99233a5fb7afb7765a6 (patch)
treec860cd0d1060eadfeefbc3690a44ccd6608f1857
parent4cba641cb3e29c7712f6137c21abda0827b74e56 (diff)
downloadrpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar
rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar.gz
rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar.bz2
rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar.xz
rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.zip
don't link explicitly with db libs.
-rw-r--r--Makefile.PL2
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',