You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Alexandr Miloslavskiy <al...@syntevo.com> on 2021/10/04 20:48:49 UTC

[PATCH] On Windows: support install layout of sasl

When I'm building SVN, I like to make/install all dependencies and then 
use these "installed" folders to build svn. Unfortunately SVN doesn't 
recognize installed layout for SASL dependency. Let's fix that.

[[
On Windows: support install layout of sasl

Source layout of sasl has include headers here:
/include

However, when sasl is installed, it has headers here:
/include/sasl

This patch adds auto-detection of layout to support both.

* build/generator/gen_win_dependencies.py
   (_find_sasl): Detect layout in provided '--with-sasl='
* include/private/ra_svn_wrapped_sasl.h
   Support installed layout
]]