mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-28 05:39:35 +08:00
Add missing linker flags for Leptonica
They were removed in commit d70f3c3663
.
The old code implicitly added `-llept` by using the `AC_CHECK_LIB` macro.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
9d4050faff
commit
7c684be724
@ -80,6 +80,7 @@ tesseract_LDADD = libtesseract.la
|
||||
|
||||
tesseract_LDFLAGS = $(OPENCL_LDFLAGS)
|
||||
|
||||
tesseract_LDADD += $(LEPTONICA_LIBS)
|
||||
tesseract_LDADD += $(OPENMP_CXXFLAGS)
|
||||
|
||||
tesseract_LDADD += -ltiff
|
||||
|
@ -362,3 +362,15 @@ shapeclustering_LDFLAGS = $(OPENCL_LDFLAGS)
|
||||
text2image_LDFLAGS = $(OPENCL_LDFLAGS)
|
||||
unicharset_extractor_LDFLAGS = $(OPENCL_LDFLAGS)
|
||||
wordlist2dawg_LDFLAGS = $(OPENCL_LDFLAGS)
|
||||
|
||||
ambiguous_words_LDADD += $(LEPTONICA_LIBS)
|
||||
classifier_tester_LDADD += $(LEPTONICA_LIBS)
|
||||
cntraining_LDADD += $(LEPTONICA_LIBS)
|
||||
dawg2wordlist_LDADD += $(LEPTONICA_LIBS)
|
||||
lstmeval_LDADD += $(LEPTONICA_LIBS)
|
||||
lstmtraining_LDADD += $(LEPTONICA_LIBS)
|
||||
mftraining_LDADD += $(LEPTONICA_LIBS)
|
||||
set_unicharset_properties_LDADD += $(LEPTONICA_LIBS)
|
||||
shapeclustering_LDADD += $(LEPTONICA_LIBS)
|
||||
text2image_LDADD += $(LEPTONICA_LIBS)
|
||||
wordlist2dawg_LDADD += $(LEPTONICA_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user