[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Alexander Dreweke <alexander_at_dreweke.net>
Date: Thu, 06 Aug 2015 13:03:58 +0200

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.

With this patch I'm able to compile subversion without errors.

cu
     Alex

Received on 2015-08-06 13:03:54 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.