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

Re: svn commit: r33359 - trunk

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 30 Sep 2008 09:26:50 -0700

Strictly speaking, nobody has noticed it because libsvn_subr/subr.c is
an empty file for people, unless they take extra steps.

Cheers,
-g

On Tue, Sep 30, 2008 at 8:24 AM, <hwright_at_tigris.org> wrote:
> Author: hwright
> Date: Tue Sep 30 08:24:28 2008
> New Revision: 33359
>
> Log:
> Followup to r33105: Make sure that libsvn_subr links against sqlite, it it is
> present.
>
> This does not require that sqlite be detected, and it does not require that it be
> linked into libsvn_subr if it isn't being used. What this *does* do is make
> sure that sqlite is linked if found.
>
> (I suspect the reason this hasn't been noticed before is that most folks working
> with sqlite have it linked to their apr-util, so we pull it in through the
> APR_UTIL_LIBS. I just happen to be working with an sqlite-less apr-util.)
>
> * build.conf
> (libsvn_subr): Link against sqlite.
>
> Modified:
> trunk/build.conf
>
> Modified: trunk/build.conf
> URL: http://svn.collab.net/viewvc/svn/trunk/build.conf?pathrev=33359&r1=33358&r2=33359
> ==============================================================================
> --- trunk/build.conf Mon Sep 29 21:58:37 2008 (r33358)
> +++ trunk/build.conf Tue Sep 30 08:24:28 2008 (r33359)
> @@ -344,7 +344,7 @@ description = Subversion General Utility
> type = lib
> install = fsmod-lib
> path = subversion/libsvn_subr
> -libs = aprutil apriconv apr xml zlib apr_memcache
> +libs = aprutil apriconv apr xml zlib apr_memcache sqlite
> msvc-libs = advapi32.lib shfolder.lib ole32.lib crypt32.lib
> msvc-export = svn_auth.h svn_base64.h svn_cache.h svn_checksum.h svn_cmdline.h svn_compat.h svn_config.h svn_ctype.h svn_dso.h svn_error.h svn_hash.h svn_io.h svn_iter.h svn_md5.h svn_mergeinfo.h svn_nls.h svn_opt.h svn_path.h svn_pools.h svn_props.h svn_quoprint.h svn_sorts.h svn_string.h svn_subst.h svn_time.h svn_types.h svn_user.h svn_utf.h svn_version.h svn_xml.h private\svn_atomic.h private\svn_cmdline_private.h private\svn_log.h private\svn_mergeinfo_private.h private\svn_opt_private.h private\svn_utf_private.h
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-30 18:27:02 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.