diff options
author | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2011-11-09 13:02:27 +0000 |
---|---|---|
committer | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2011-11-09 13:02:27 +0000 |
commit | 968e5de4f610ccc42ec50dde907f9b599e02a232 (patch) | |
tree | b43aa10f6372c9491903183ab2c26c6fe39f97f0 /RPM4/src/Makefile.PL | |
parent | 7a2e434df978de6e43407283dc53b5e06801ab33 (diff) | |
download | perl-RPM4-968e5de4f610ccc42ec50dde907f9b599e02a232.tar perl-RPM4-968e5de4f610ccc42ec50dde907f9b599e02a232.tar.gz perl-RPM4-968e5de4f610ccc42ec50dde907f9b599e02a232.tar.bz2 perl-RPM4-968e5de4f610ccc42ec50dde907f9b599e02a232.tar.xz perl-RPM4-968e5de4f610ccc42ec50dde907f9b599e02a232.zip |
add rpm-4.6 support (by pixel on 2009-01-20)
details are in README.API
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@145 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4/src/Makefile.PL')
-rw-r--r-- | RPM4/src/Makefile.PL | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index 1e2c621..5215c56 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -33,12 +33,6 @@ foreach (qw( 4.2.0 4.4.1 4.4.2 - 4.4.3 - 4.4.4 - 4.4.5 - 4.4.6 - 4.4.7 - 4.4.8 )) { $v = $_; $v =~ s/\./_/g; @@ -89,7 +83,7 @@ WriteMakefile( VERSION_FROM => '../lib/RPM4.pm', OBJECT => "RPM4.o RPM4sign.o $obj", INC => "-I$rpmheaderlocation", - LIBS => "-lrpm -lrpmio -lrpmdb -lrpmbuild -lpopt -lz -lbz2 $ldd", - 'CCFLAGS' => $fl, + LIBS => "-lrpm -lrpmio -lrpmbuild -lpopt -lz -lbz2 $ldd", + 'CCFLAGS' => "-Wall $fl", depend => { "RPM4.xs" => join(" ", @rpmconstantfiles) }, ); |