libunistring is a library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://ftpmirror.gnu.org/libunistring/libunistring-1.4.1.tar.xz
Download MD5 sum: 7419fcbca7c0b29d3b218a09a15cbc76
Download size: 2.6 MB
Estimated disk space required: 58 MB (add 46 MB for tests)
Estimated build time: 0.6 SBU (add 0.3 SBU for tests; both using parallelism=4)
texlive-20250308 (or install-tl-unx) (to rebuild the documentation)
First, make a fix required by glibc-2.43 and later:
sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' \
-i $(find -name \*.in.h)
Install libunistring by running the following commands:
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libunistring-1.4.1 &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.