aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2000-10-19 12:25:00 +0000
committerFrederic Lepied <flepied@mandriva.com>2000-10-19 12:25:00 +0000
commit86e274c795d8d1e97d8d478cc0331f5108ea1b37 (patch)
treef68d933bd13dbc0cb981105a0abcbe9ad33f021a /Makefile.PL
parentb6898a91bf508a10db8682c1e07666893a069c06 (diff)
downloadrpmtools-86e274c795d8d1e97d8d478cc0331f5108ea1b37.tar
rpmtools-86e274c795d8d1e97d8d478cc0331f5108ea1b37.tar.gz
rpmtools-86e274c795d8d1e97d8d478cc0331f5108ea1b37.tar.bz2
rpmtools-86e274c795d8d1e97d8d478cc0331f5108ea1b37.tar.xz
rpmtools-86e274c795d8d1e97d8d478cc0331f5108ea1b37.zip
added new lib for rpm.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0848489..3d865e6 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 -ldb1 -lz';
+my $libs = ' -lrpm -lrpmio -ldb1 -ldb2 -lpopt -lz -lbz2';
WriteMakefile(
'NAME' => 'rpmtools',