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