diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 449439da96..65c4de9f30 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ January 29th, 2021 + + [ken] - Update to dvisvgm-2.11.1. Fixes + #14547. + [ken] - Update to IO-Socket-SSL-2.069 (perl module). Fixes #14552. diff --git a/packages.ent b/packages.ent index 6e84b41075..dd04f6ac07 100644 --- a/packages.ent +++ b/packages.ent @@ -1092,6 +1092,6 @@ to avoid building libxml2 twice, which is slow with all deps --> - + diff --git a/pst/typesetting/dvisvgm.xml b/pst/typesetting/dvisvgm.xml index 787ef29b52..f508d8d6a9 100644 --- a/pst/typesetting/dvisvgm.xml +++ b/pst/typesetting/dvisvgm.xml @@ -6,10 +6,10 @@ - + - - + + ]> @@ -132,7 +132,8 @@ commands: -./configure \ +autoreconf -fiv && +./configure \ --bindir=/opt/texlive/&texlive-year;/bin/${TEXARCH} \ --mandir=/opt/texlive/&texlive-year;/texmf-dist/doc/man \ --with-kpathsea=/opt/texlive/&texlive-year; && @@ -158,6 +159,15 @@ make Without this, the program will not link correctly, + + autoreconf -fiv: The versions of + autoconf and automake + used when this package was created are older than the current versions in + LFS. That causes 'make' to fail when it reaches the 'tests' subdirectory + unless autoreconf is forced to install missing (i.e. newer) auxiliary + files. + +