aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-01-19 11:36:57 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-01-19 11:36:57 +0000
commitea0efef5a8e321c5950b1c27f08966fe8ed19ecd (patch)
treee4cd8fcf9e1501d4faa6414b7c08af86fe9a46f2 /Makefile.PL
parentc15e844f1a386540669911b7155de90c8e705c13 (diff)
downloadperl-URPM-ea0efef5a8e321c5950b1c27f08966fe8ed19ecd.tar
perl-URPM-ea0efef5a8e321c5950b1c27f08966fe8ed19ecd.tar.gz
perl-URPM-ea0efef5a8e321c5950b1c27f08966fe8ed19ecd.tar.bz2
perl-URPM-ea0efef5a8e321c5950b1c27f08966fe8ed19ecd.tar.xz
perl-URPM-ea0efef5a8e321c5950b1c27f08966fe8ed19ecd.zip
- add Urpm_spec2srcheader(): return header of src.rpm from a specfile
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 748876e..14dfd3f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -54,7 +54,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' ],
+ LIBS => [ '-lrpm -lrpmio -lrpmdb -lrpmbuild -lpopt -lz' ],
INC => '-I/usr/include/rpm',
dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" },
realclean => { FILES => "t/RPMS/noarch/*" },