gettext-full: link to local libxml2
authorMichael Pratt <mcpratt@pm.me>
Sun, 16 Apr 2023 15:04:31 +0000 (11:04 -0400)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 4 May 2023 04:07:30 +0000 (06:07 +0200)
commitd95d5d2a3a895f5374b56ab349f628578cd4149b
tree81a29b060e9cb3f1a120c2241875e5b869060f97
parentf7fbe77115924d831dfa7e5b9dc8903b4ccaaf07
gettext-full: link to local libxml2

Some users have reported that gettext builds
are attempting to link to libxml2
while it was supposed to be configured
to use it's own built-in substitute.

Configure gettext to require and link
to our local libxml2 explicitly.

Add a patch to revert upstream commit 87927a4e2
which forces libtextstyle to use the built-in libxml,
no matter what the configuration is,
making that option configurable again
after the configure script is regenerated.

Reported-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Michael Pratt <mcpratt@pm.me>
package/libs/gettext-full/Makefile
package/libs/gettext-full/patches/100-libxml-no-force-included.patch [new file with mode: 0644]
package/libs/gettext-full/patches/150-disable_libxml_iconv.patch [deleted file]