修订版 | ccb88d44212f2e63b975a060e9e7316c9bd23598 (tree) |
---|---|
时间 | 2024-12-22 20:23:57 |
作者 | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
[LFS] r12.2-59.
@@ -22,8 +22,7 @@ TimeStart | ||
22 | 22 | |
23 | 23 | cd $TARGETDIR |
24 | 24 | |
25 | -sed -e '/libxml\/xmlerror.h/i #include <libxml/xmlversion.h>' \ | |
26 | - -e 's/xmlError *err/const &/' \ | |
25 | +sed -e '/^structured/s/xmlError \*/typeof(xmlCtxtGetLastError(NULL)) /' \ | |
27 | 26 | -i gettext-tools/src/its.c |
28 | 27 | |
29 | 28 | echo \ \ Configuring... |