b585ba
b585ba
Don't drop -Wall in the swig Perl bindings, otherwise building with
b585ba
e.g. -Wformat-security might break.
b585ba
b585ba
https://bugzilla.redhat.com/show_bug.cgi?id=1037341
b585ba
b585ba
--- subversion-1.8.5/subversion/bindings/swig/perl/native/Makefile.PL.in.swigplWall
b585ba
+++ subversion-1.8.5/subversion/bindings/swig/perl/native/Makefile.PL.in
b585ba
@@ -54,7 +54,6 @@ my $includes = ' -I/usr/include/apr-1
b585ba
 # SWIG is using C++ style comments in an extern "C" code.
b585ba
 $cflags =~ s/-ansi\s+//g;
b585ba
 $cflags =~ s/-std=c89\s+//g;
b585ba
-$cflags =~ s/-Wall//g;
b585ba
 $cflags =~ s/-Wunused//g;
b585ba
 $cflags =~ s/-Wshadow//g;
b585ba
 $cflags =~ s/-Wstrict-prototypes//g;