You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/10/30 21:12:53 UTC

svn commit: r1537263 - /subversion/trunk/build.conf

Author: rhuijben
Date: Wed Oct 30 20:12:52 2013
New Revision: 1537263

URL: http://svn.apache.org/r1537263
Log:
* build.conf
  (checksum-test): Add zlib as dependency in an attempt to make the
    svn-x64-ubuntu-gcc bot happy en though libsvn_subr already links it.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1537263&r1=1537262&r2=1537263&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Wed Oct 30 20:12:52 2013
@@ -871,7 +871,7 @@ type = exe
 path = subversion/tests/libsvn_subr
 sources = checksum-test.c
 install = test
-libs = libsvn_test libsvn_subr apr
+libs = libsvn_test libsvn_subr apr zlib
 msvc-force-static = yes
 
 [compat-test]