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 a35ba66..0308b27 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -51,7 +51,7 @@ ChangeLog:
my @rpmflags;
my $ldflags = `pkg-config --libs rpm`;
-if ($hversion ge hexversion("4.4.90") && $hversion lt hexversion("4.7")) {
+if ($hversion ge hexversion("4.4.90") && $hversion lt hexversion("5.0")) {
# rpm.org version
push @rpmflags, "-DRPM_ORG";
$ldflags .= ' -lrpmbuild';