Re: [PATCH] shared-only build for libsvn_auth_ and apache modules

2017-07-20 Thread Philip Martin
Greg Stein writes: > On Wed, Jul 19, 2017 at 5:16 PM, Philip Martin > wrote: > >> 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/KD

Re: [PATCH] shared-only build for libsvn_auth_ and apache modules

2017-07-19 Thread Greg Stein
On Wed, Jul 19, 2017 at 5:16 PM, Philip Martin wrote: > Philip Martin 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 thi

[PATCH] shared-only build for libsvn_auth_ and apache modules

2017-07-19 Thread Philip Martin
Philip Martin 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 then we should probably do it for t