diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-12-10 11:08:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-12-10 11:08:14 +0000 |
commit | c19ef57929d78c071f4a0a72afa4eae66b1d603a (patch) | |
tree | 097b7158236b64ec3e57fbd1fcf44a2d93efcb24 /Makefile.PL | |
parent | 74bad835e07465075962df1571306facdb12bd88 (diff) | |
download | perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar.gz perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar.bz2 perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.tar.xz perl-URPM-c19ef57929d78c071f4a0a72afa4eae66b1d603a.zip |
oops, fix typo in previous commit
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 968ba7d..63de6ec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,7 @@ ChangeLog: my @rpmflags; { - if ($pversion ge v4.5) { + if ($pversion ge v4.4.5) { push @rpmflags, '-DRPM_CALLBACK_LONGLONG'; } if ($pversion ge v4.4.6) { |