From 61fb7e01c87798a98ba00a2de786a4dc20f72621 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 28 Dec 2022 12:22:51 +0100 Subject: [PATCH] tesseract, disable static library (#7681) --- app-text/tesseract/tesseract-3.05.02.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/tesseract/tesseract-3.05.02.recipe b/app-text/tesseract/tesseract-3.05.02.recipe index a3ed0b293..5ff283d48 100644 --- a/app-text/tesseract/tesseract-3.05.02.recipe +++ b/app-text/tesseract/tesseract-3.05.02.recipe @@ -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 }