tesseract, disable static library (#7681)

This commit is contained in:
Schrijvers Luc
2022-12-28 12:22:51 +01:00
committed by GitHub
parent 4baffeff01
commit 61fb7e01c8

View File

@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/tesseract-ocr/"
COPYRIGHT="1985-1995 HP labs
2012 Google Inc."
LICENSE="Apache v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/tesseract-ocr/tesseract/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="494d64ffa7069498a97b909a0e65a35a213989e0184f1ea15332933a90d43445"
PATCHES="tesseract-$portVersion.patchset"
@@ -86,7 +86,7 @@ BUILD()
autogen.sh
export LEPTONICA_CFLAGS=-I$(finddir B_SYSTEM_HEADERS_DIRECTORY)${secondaryArchSubDir}/leptonica
export TESSDATA_PREFIX=$dataDir/tessdata
runConfigure configure
runConfigure configure --disable-static
make $jobArgs
}