aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-11-01 01:29:32 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-11-06 20:25:47 +0100
commit862e43e3654634281a2e6215f0a8fde67ecc114e (patch)
treea327d7aa00a29296adb1f826b2ffb5624ae282a2
parent2990c493dba554bc4967ff113d58f1996b5e4a07 (diff)
downloadperl-URPM-862e43e3654634281a2e6215f0a8fde67ecc114e.tar
perl-URPM-862e43e3654634281a2e6215f0a8fde67ecc114e.tar.gz
perl-URPM-862e43e3654634281a2e6215f0a8fde67ecc114e.tar.bz2
perl-URPM-862e43e3654634281a2e6215f0a8fde67ecc114e.tar.xz
perl-URPM-862e43e3654634281a2e6215f0a8fde67ecc114e.zip
simplify after previous commit
-rwxr-xr-xMakefile.PL4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 599a627..0b03aa2 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -34,9 +34,7 @@ unless (eval { %cfg = ExtUtils::PkgConfig->find("rpm >= $build_reqs{rpm}"); 1 })
}
-my @rpmflags;
-
-my $ccflags = join(' ', '-Wall -Wextra -fno-strict-aliasing', @rpmflags);
+my $ccflags = join(' ', '-Wall -Wextra -fno-strict-aliasing');
print "Found RPM version $cfg{modversion} (compiling with flags: $ccflags)\n";