Re: Can't build subversion 1.9 or master without gpg-agent

2015-08-06 Thread Stefan Fuhrmann
On Thu, Aug 6, 2015 at 12:03 PM, Alexander Dreweke wrote: > Hi > > when trying to build subversion without gpg-agent support the build fails. > > All code in subversion/libsvn_subr/gpg_agent.c is encapsulated in #ifdef > SVN_HAVE_GPG_AGENT, but the call to svn_auth__get_gpg_agent_simple_provider

Can't build subversion 1.9 or master without gpg-agent

2015-08-06 Thread Alexander Dreweke
Hi when trying to build subversion without gpg-agent support the build fails. All code in subversion/libsvn_subr/gpg_agent.c is encapsulated in #ifdef SVN_HAVE_GPG_AGENT, but the call to svn_auth__get_gpg_agent_simple_provider in subversion/libsvn_subr/deprecated.c is missing this check. Wi