1 --- a/subversion/bindings/swig/perl/native/Makefile.PL.in
2 +++ b/subversion/bindings/swig/perl/native/Makefile.PL.in
4 # According to the log of r7937, the flags guarded by the conditional break
5 # the build on FreeBSD if not conditionalized.
6 my $apr_ldflags = '@SVN_APR_LIBS@'
7 - if $^O eq 'darwin' or $^O eq 'cygwin';
8 + if $^O eq 'darwin' or $^O eq 'cygwin' or $^O eq 'linux';
10 chomp $apr_shlib_path_var;