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