sablotron, disable static library (#8023)

This commit is contained in:
Schrijvers Luc
2023-03-20 19:55:55 +01:00
committed by GitHub
parent 946a90d2d0
commit bd9b235cf1

View File

@@ -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
}