File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ do_configure() {
485
485
./bootstrap.sh
486
486
fi
487
487
if [[ ! -f $configure_name ]]; then
488
+ echo " running autoreconf to generate configure file for us..."
488
489
autoreconf -fiv # a handful of them require this to create ./configure :|
489
490
fi
490
491
rm -f already_* # reset
@@ -943,6 +944,7 @@ build_libtesseract() {
943
944
build_libleptonica
944
945
do_git_checkout https://github.com/tesseract-ocr/tesseract.git tesseract_git 4.1.1
945
946
cd tesseract_git
947
+ sed -i.bak ' s/libcurl/libbcurl_disabled/' configure.ac # --disable-curl hard disable, sometimes it's here but they link it wrong so punt...
946
948
if [[ $compiler_flavors != " native" ]]; then
947
949
apply_patch file://$patch_dir /tesseract-4.1.1_mingw-std-threads.patch
948
950
generic_configure " --disable-openmp"
You can’t perform that action at this time.
0 commit comments