summaryrefslogtreecommitdiffstats
path: root/collab
diff options
context:
space:
mode:
authorEric Sandall2020-08-06 07:13:16 +0000
committerEric Sandall2020-08-06 07:16:01 +0000
commit4f904b23cf1db079cc7181bc9cfb44afda500351 (patch)
tree7701771db2216850bd26358a5a34f71e7269f33b /collab
parent13be82bcd9176c9992f10baaa76a00b009ae35e4 (diff)
subversion: Somewhere after 1.9.7, lz4 became required
configure: error: Subversion requires LZ4 >= r129, or use --with-lz4=internal
Diffstat (limited to 'collab')
-rwxr-xr-xcollab/subversion/DEPENDS1
-rw-r--r--collab/subversion/HISTORY4
2 files changed, 5 insertions, 0 deletions
diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 8636e4543e..192ec31412 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -8,6 +8,7 @@ depends libtool &&
depends zlib &&
depends serf "--with-serf" &&
depends utf8proc &&
+depends lz4 &&
if [[ "$SVN_HEAD" == y ]]; then
depends python
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index a5e795779d..c01908bfcf 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,7 @@
+2020-08-05 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Somewhere after 1.9.7, lz4 became required
+ configure: error: Subversion requires LZ4 >= r129, or use --with-lz4=internal
+
2020-01-14 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: version 1.13.0, sig hash
* PRE_BUILD: added to verify signature itself