Hi All,
Find the attached patch and log.
With regards
Kamesh Jayachandran
[[[
Patch by: Kamesh Jayachandran <kamesh@collab.net>
* build.conf
(svnadmin): Should not have a direct dependency with sqlite.
(svndumpfilter): Should not have a direct dependency with sqlite.
(svnlook): Should not have a direct dependency with sqlite.
(libsvn_fs): Should not have a direct dependency with sqlite.
(libsvn_fs_base): Should not have a direct dependency with sqlite.
]]]
Index: build.conf
===================================================================
--- build.conf (revision 21525)
+++ build.conf (working copy)
@@ -148,7 +148,7 @@
path = subversion/svnadmin
install = bin
manpages = subversion/svnadmin/svnadmin.1
-libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr sqlite
+libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
# The subversion repository dump filtering tool
[svndumpfilter]
@@ -157,7 +157,7 @@
path = subversion/svndumpfilter
install = bin
manpages = subversion/svndumpfilter/svndumpfilter.1
-libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr sqlite
+libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
# The subversion repository inspection tool
[svnlook]
@@ -167,7 +167,6 @@
install = bin
manpages = subversion/svnlook/svnlook.1
libs = libsvn_repos libsvn_fs libsvn_delta libsvn_diff libsvn_subr apriconv apr
- sqlite
[svnserve]
description = Subversion Server
@@ -224,7 +223,7 @@
type = lib
path = subversion/libsvn_fs
install = ramod-lib
-libs = libsvn_subr fs-libs apr sqlite
+libs = libsvn_subr fs-libs apr
# conditionally add more dependencies
add-deps = $(SVN_FS_LIB_DEPS)
add-install-deps = $(SVN_FS_LIB_INSTALL_DEPS)
@@ -235,7 +234,7 @@
path = subversion/libsvn_fs_base
sources = *.c bdb/*.c util/*.c
install = bdb-lib
-libs = libsvn_delta libsvn_subr aprutil apriconv apr bdb sqlite
+libs = libsvn_delta libsvn_subr aprutil apriconv apr bdb
msvc-static = yes
[libsvn_fs_fs]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 18 12:28:32 2006