diff options
author | Francois Pons <fpons@mandriva.com> | 2001-06-14 08:59:10 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-06-14 08:59:10 +0000 |
commit | 650038fa7aa8bfe8c2d3c18c12921c65d02bc201 (patch) | |
tree | 30100e27a268127050fefaef56fb0d722c0ea4bd /Makefile.PL | |
parent | 64aaa2635e372f388137778e2998e6bafb76afd6 (diff) | |
download | rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar.gz rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar.bz2 rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.tar.xz rpmtools-650038fa7aa8bfe8c2d3c18c12921c65d02bc201.zip |
*** empty log message ***
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 274ab90..be12efe 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 -lpopt -lz -lbz2'; +my $libs = ' -lrpm -lrpmio -lrpmdb -lpopt -lz -lbz2'; WriteMakefile( 'NAME' => 'rpmtools', |