> ==============================================================================
> --- subversion/trunk/build.conf (original)
> +++ subversion/trunk/build.conf Thu Jun 30 08:10:48 2022
> @@ -340,6 +340,7 @@ type = ra-module
> path = subversion/libsvn_ra_serf
> install = serf-lib
> libs = libsvn_delta libsvn_subr aprutil apriconv apr serf zlib
> +add-install-deps = $(SVN_FS_LIB_INSTALL_DEPS)
> msvc-static = yes
>
> # Accessing repositories via SVN
Why add this dependency to libsvn_ra_serf?
I think you have a different problem in your build if you need the fs libraries
for building the serf ra layer.
Bert