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