Build subversion with --with-apxs
so svn+http can be enabled
#4637
Unanswered
kklem0
asked this question in
Tap maintenance and brew development
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Please open a PR for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
Now
mod_dav_svn.so
andmod_authz_svn.so
are missing and it's because subversion builds with--with-apxs=no
.Changing it to
--with-apxs=/opt/homebrew/bin/apxs
would then generate the required bits for enabling svn+http which is important for svn.Beta Was this translation helpful? Give feedback.
All reactions