From 8724f812e285dff7fa36e9e30bc93b2098627100 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 12 Feb 2023 14:53:10 +0100 Subject: [PATCH] xmlsec1, disable static libraries (#7851) --- dev-libs/xmlsec/xmlsec-1.2.33.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/xmlsec/xmlsec-1.2.33.recipe b/dev-libs/xmlsec/xmlsec-1.2.33.recipe index a79642b5f..8ae06593f 100644 --- a/dev-libs/xmlsec/xmlsec-1.2.33.recipe +++ b/dev-libs/xmlsec/xmlsec-1.2.33.recipe @@ -8,7 +8,7 @@ The library supports major XML security standards: HOMEPAGE="https://www.aleksey.com/xmlsec/" COPYRIGHT="2002-2021 Aleksey Sanin" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://www.aleksey.com/xmlsec/download/xmlsec1-$portVersion.tar.gz" CHECKSUM_SHA256="26041d35a20a245ed5a2fb9ee075f10825664d274220cb5190340fa87a4d0931" SOURCE_DIR="xmlsec1-$portVersion" @@ -121,7 +121,8 @@ defineDebugInfoPackage xmlsec$secondaryArchSuffix \ BUILD() { runConfigure --omit-dirs binDir ./configure \ - --bindir=$commandBinDir + --bindir=$commandBinDir \ + --disable-static make $jobArgs }