jansson, disable static library (#7636)

This commit is contained in:
Schrijvers Luc
2022-12-25 09:12:08 +01:00
committed by GitHub
parent daf06e154b
commit e1c6ab4c4e

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2009-2018 Petri Lehtinen
2011-2012 Basile Starynkevitch
2011-2012 Graeme Smecher"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="http://www.digip.org/jansson/releases/jansson-$portVersion.tar.bz2"
CHECKSUM_SHA256="645d72cc5dbebd4df608d33988e55aa42a7661039e19a379fcbe5c79d1aee1d2"
@@ -70,7 +70,7 @@ BUILD()
aclocal
autoconf
automake --add-missing
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}