aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-30 13:21:35 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-11-30 13:21:35 +0000
commit59ff6886651f23c6f92618b56b808d2b862c79cb (patch)
treee38536f3467fc3b532b278f39eecef1ca3cfe7db /Makefile.PL
parent8b68a85b925a9e6d26f50d60a15a0ca8c50c26d8 (diff)
downloadperl-URPM-59ff6886651f23c6f92618b56b808d2b862c79cb.tar
perl-URPM-59ff6886651f23c6f92618b56b808d2b862c79cb.tar.gz
perl-URPM-59ff6886651f23c6f92618b56b808d2b862c79cb.tar.bz2
perl-URPM-59ff6886651f23c6f92618b56b808d2b862c79cb.tar.xz
perl-URPM-59ff6886651f23c6f92618b56b808d2b862c79cb.zip
libbzip2 is actually not used by URPM.
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 4030afe..23d7be5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -53,7 +53,7 @@ WriteMakefile(
CCFLAGS => '-Wall',
OPTIMIZE => '-O3 -fomit-frame-pointer -fno-exceptions -pipe -s -ffast-math -fexpensive-optimizations',
VERSION_FROM => 'URPM.pm',
- LIBS => [ '-lrpm -lrpmio -lrpmdb -lpopt -lz -lbz2' ],
+ LIBS => [ '-lrpm -lrpmio -lrpmdb -lpopt -lz' ],
INC => '-I/usr/include/rpm',
dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" },
realclean => { FILES => "t/RPMS/noarch/*" },