jbig2dec, disable static library (#7637)

This commit is contained in:
Schrijvers Luc
2022-12-25 10:03:39 +01:00
committed by GitHub
parent 0c455da7f5
commit 0825677d69

View File

@@ -8,7 +8,7 @@ ratios on the order of 100:1."
HOMEPAGE="https://jbig2dec.com/"
COPYRIGHT="2001-2009 Artifex Software, Inc."
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/jbig2dec-$portVersion.tar.gz"
CHECKSUM_SHA256="279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37"
PATCHES="jbig2dec-$portVersion.patchset"
@@ -51,7 +51,7 @@ BUILD()
aclocal
automake --add-missing
autoconf
runConfigure ./configure
runConfigure ./configure --disable-static
make $jobArgs
}