You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2013/10/15 18:10:19 UTC

svn commit: r1532410 - /subversion/branches/log-addressing/build.conf

Author: philip
Date: Tue Oct 15 16:10:19 2013
New Revision: 1532410

URL: http://svn.apache.org/r1532410
Log:
On the log-addressing branch: fix undefined symbol on link.

* build.conf
  (fs-test): Link to libsvn_fs_util for svn_fs__compatible_version.

Modified:
    subversion/branches/log-addressing/build.conf

Modified: subversion/branches/log-addressing/build.conf
URL: http://svn.apache.org/viewvc/subversion/branches/log-addressing/build.conf?rev=1532410&r1=1532409&r2=1532410&view=diff
==============================================================================
--- subversion/branches/log-addressing/build.conf (original)
+++ subversion/branches/log-addressing/build.conf Tue Oct 15 16:10:19 2013
@@ -827,7 +827,7 @@ path = subversion/tests/libsvn_fs
 sources = fs-test.c
 install = test
 libs = libsvn_test libsvn_fs libsvn_delta
-       libsvn_subr aprutil apriconv apr
+       libsvn_fs_util libsvn_subr aprutil apriconv apr
 
 # ----------------------------------------------------------------------------
 # Tests for libsvn_repos