From bd9b235cf1003955401671b7eb4cd6750f6f6fbc Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 20 Mar 2023 19:55:55 +0100 Subject: [PATCH] sablotron, disable static library (#8023) --- app-text/sablotron/sablotron-1.0.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/sablotron/sablotron-1.0.3.recipe b/app-text/sablotron/sablotron-1.0.3.recipe index bc34d9373..678787401 100644 --- a/app-text/sablotron/sablotron-1.0.3.recipe +++ b/app-text/sablotron/sablotron-1.0.3.recipe @@ -5,7 +5,7 @@ XPath 1.0 and DOM Level2." HOMEPAGE="https://sourceforge.net/projects/sablotron" COPYRIGHT="2000-2002 Ginger Alliance Ltd. All Rights Reserved." LICENSE="MPL v1.1" -REVISION="2" +REVISION="3" SOURCE_URI="https://sf.net/projects/sablotron/files/sablotron-1.0.3/Sablot-1.0.3.tar.gz" CHECKSUM_SHA256="a0c737ada78d0d305a2a964595167e0c6d17ff0afd3b801714768deb681bf362" SOURCE_DIR="Sablot-1.0.3" @@ -56,7 +56,7 @@ BUILD() aclocal automake --add-missing -Wnone autoconf - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs }