diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-30 13:21:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-30 13:21:35 +0000 |
commit | 59ff6886651f23c6f92618b56b808d2b862c79cb (patch) | |
tree | e38536f3467fc3b532b278f39eecef1ca3cfe7db /Makefile.PL | |
parent | 8b68a85b925a9e6d26f50d60a15a0ca8c50c26d8 (diff) | |
download | perl-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.PL | 2 |
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/*" }, |