| df457996 | 06-Aug-2026 |
Jim Jagielski <jimjag@gmail.com> |
libxml2: build --without-iconv, and drop the resulting -liconv linkage
No OpenOffice code calls iconv, and libxml2-configure.patch has always meant to disable it -- but it patches the generated xmlv
libxml2: build --without-iconv, and drop the resulting -liconv linkage
No OpenOffice code calls iconv, and libxml2-configure.patch has always meant to disable it -- but it patches the generated xmlversion.h, which configure regenerates, so it never took effect. Windows already passed iconv=no.
--with-static-system-libs=libiconv stays, for a system libxml2 whose own build enabled iconv and whose xml2-config therefore reports -liconv.
show more ...
|