Subversion: fix build

This commit is contained in:
Gerasim Troeglazov
2020-06-10 15:24:02 +10:00
parent f09e7d5f0a
commit 817706fa1e

View File

@@ -7,7 +7,7 @@ and projects, from individuals to large-scale enterprise operations."
HOMEPAGE="https://subversion.apache.org/"
COPYRIGHT="2010-2020 The Apache Software Foundation"
LICENSE="Apache-Subversion"
REVISION="1"
REVISION="2"
SOURCE_URI="http://archive.apache.org/dist/subversion/subversion-$portVersion.tar.bz2"
CHECKSUM_SHA256="6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102"
PATCHES="subversion-$portVersion.patchset"
@@ -54,6 +54,7 @@ REQUIRES="
lib:libcrypto
lib:libexpat
lib:libiconv
lib:liblz4
lib:libserf_1
lib:libsqlite3
lib:libssl
@@ -91,6 +92,7 @@ BUILD_REQUIRES="
devel:libapr_1 >= 0.3
devel:libaprutil_1 >= 0.3
devel:libcrypto
devel:liblz4
devel:libserf_1
devel:libssl
devel:libxml2 >= 2.7
@@ -118,6 +120,7 @@ BUILD()
--with-serf \
--with-zlib \
--with-editor=nano \
--with-utf8proc=internal \
--disable-nls
make $jobArgs
}