diff options
author | Frederic Lepied <flepied@mandriva.com> | 2001-03-12 14:02:21 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2001-03-12 14:02:21 +0000 |
commit | e2f72487d1078e0d7ab6b99233a5fb7afb7765a6 (patch) | |
tree | c860cd0d1060eadfeefbc3690a44ccd6608f1857 /Makefile.PL | |
parent | 4cba641cb3e29c7712f6137c21abda0827b74e56 (diff) | |
download | rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar.gz rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar.bz2 rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.tar.xz rpmtools-e2f72487d1078e0d7ab6b99233a5fb7afb7765a6.zip |
don't link explicitly with db libs.
Diffstat (limited to 'Makefile.PL')
-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', |