On Wed, Jul 19, 2017 at 5:16 PM, Philip Martin <phi...@codematters.co.uk> wrote:
> Philip Martin <phi...@codematters.co.uk> writes: > > > but perhaps some Makefile magic to disable all the static auth provider > > builds would be better. > > The way to do this is to pass the libtool argument -shared to the > compile and link commands. If we do this for the libsvn_auth_ libraries > I can see this, in order to avoid hauling in large parts of Gnome/KDE. > then we should probably do it for the apache modules as well. I don't > But Apache httpd can be built as a static build, including all modules statically. httpd has various logic to determine whether a module has been linked or must be loaded. I'm not sure how many people choose to do static linking of httpd today, but it is a definite removal of a feature. >... Cheers, -g