From 8ae7ec3bb8d4d76eab93d169841015ee31fc0646 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 26 Apr 2023 16:15:19 +0200 Subject: [PATCH] subversion, disable static libraries (#8527) --- dev-vcs/subversion/subversion-1.14.1.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-vcs/subversion/subversion-1.14.1.recipe b/dev-vcs/subversion/subversion-1.14.1.recipe index 841ee085d..03b4ea7da 100644 --- a/dev-vcs/subversion/subversion-1.14.1.recipe +++ b/dev-vcs/subversion/subversion-1.14.1.recipe @@ -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 }