subversion, disable static libraries (#8527)

This commit is contained in:
Schrijvers Luc
2023-04-26 16:15:19 +02:00
committed by GitHub
parent cb838b06d5
commit 8ae7ec3bb8

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="2c5da93c255d2e5569fa91d92457fdb65396b0666fad4fd59b22e154d986e1a9"
PATCHES="subversion-$portVersion.patchset"
@@ -121,7 +121,8 @@ BUILD()
--with-zlib \
--with-editor=nano \
--with-utf8proc=internal \
--disable-nls
--disable-nls \
--disable-static
make $jobArgs
}