aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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 bb14a86..dc16611 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -50,7 +50,7 @@ if ($pversion ge v4.4.90 && $pversion lt v4.5) {
push @rpmflags, '-DRPM_ORG';
} else {
# rpm5.org version
- if ($pversion ge v4.4.5) {
+ if ($pversion ge v4.4.5 && $pversion lt v5.0) {
push @rpmflags, '-DRPM_CALLBACK_LONGLONG';
}
if ($pversion ge v4.4.6) {