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