From 862e43e3654634281a2e6215f0a8fde67ecc114e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Nov 2017 01:29:32 +0100 Subject: simplify after previous commit --- Makefile.PL | 4 +--- 1 file changed, 1 insertion(+), 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"; -- cgit v1.2.1