Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / version-management / subversion / apr-1.patch
blob240d94f3f9775bcbb61ea9d935e3fc4ed9fa0867
1 --- a/subversion/bindings/swig/perl/native/Makefile.PL.in
2 +++ b/subversion/bindings/swig/perl/native/Makefile.PL.in
3 @@ -72,7 +72,7 @@
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;