···11+--- a/subversion/bindings/swig/perl/native/Makefile.PL.in
22++++ b/subversion/bindings/swig/perl/native/Makefile.PL.in
33+@@ -72,7 +72,7 @@
44+ # According to the log of r7937, the flags guarded by the conditional break
55+ # the build on FreeBSD if not conditionalized.
66+ my $apr_ldflags = '@SVN_APR_LIBS@'
77+- if $^O eq 'darwin' or $^O eq 'cygwin';
88++ if $^O eq 'darwin' or $^O eq 'cygwin' or $^O eq 'linux';
99+1010+ chomp $apr_shlib_path_var;
1111+