Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxslt: Upgrade from version 1.1.29 to 1.1.32
We need to rebuild libxslt after the glibc update. Otherwise applications can no longer build against this library: cc -c -I/usr/include/libxml2 -I/usr/include/libxml2 -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O2 -DVERSION=\"1.96\" -DXS_VERSION=\"1.96\" -fPIC "-I/dev/shm/perl-5.26.1-4/lib/5.26.1/x86_64-linux/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT LibXSLT.c In file included from /usr/include/libxslt/xsltInternals.h:24:0, from LibXSLT.xs:14: /usr/include/libxslt/xsltlocale.h:20:10: fatal error: xlocale.h: No such file or directory #include <xlocale.h> ^~~~~~~~~~~ compilation terminated. xlocale.h was dropped from the newer glibc releases. When we rebuild anyway, we upgrade to latest available version.
- Loading branch information