office-gobmx/external/libexttextcat
Luboš Luňák 1ffd6897dd try to use also proper debug LDFLAGS for externals libraries
This is basically ea68de2968 but
for LDFLAGS. A number of external libs cannot use this because
their libtool mishandles -fuse-ld.

Change-Id: Idee379eb0a3afb475b536519ee3de064b4e218f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133639
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
2022-05-01 05:47:22 +02:00
..
ExternalPackage_fingerprint.mk
ExternalProject_libexttextcat.mk
Makefile
Module_libexttextcat.mk
README
StaticLibrary_libexttextcat.mk
UnpackedTarball_libexttextcat.mk

N-Gram-Based Text Categorization library

This guesses the language that input text is written in. Fundamentally
an adaptation of wiseguys libtextcat extended to be UTF-8 aware.

It is hosted at: [https://wiki.documentfoundation.org/Libexttextcat]