On Sat, 17 May 2025 at 12:07 PM, Graham Leggett <minf...@sharp.fm> wrote:
> On 16 May 2025, at 17:53, Timofei Zhakov <t...@chemodax.net> wrote: > > > I've made a patch for apr util where I added a bundled vcpkg port to > test that the latest version can be built correctly according to vcpkg > requirements. The similar thing already exists in the trunk (apr-2) and > stable apr, but doesn't in the apr util. > > > > However, there would be a problem when compiling against apr 1.7.5, due > to the missing header. I PR-ed to the official registry update to 1.7.6, > but they will publish it after approximately a few weeks, so the github > workflow won't work. I did not actually test the workflow, but it should > work, since I copied it from the trunk. > > Would it be possible to add the LDAP module to the apr-util build? Yeah, it can be done through APR_HAS_LDAP cmake option. However, there is the same problem existing in the trunk, so the same has to be done there as well. I will make a new patch soonly…