From 67902557ebbf88f78291dfdfba149d4bd511f4ef Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sun, 25 Feb 2018 12:44:40 +0100 Subject: [PATCH] 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 ^~~~~~~~~~~ compilation terminated. xlocale.h was dropped from the newer glibc releases. When we rebuild anyway, we upgrade to latest available version. --- libxslt.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxslt.be0 b/libxslt.be0 index b0930d021..998c0da31 100755 --- a/libxslt.be0 +++ b/libxslt.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxslt-1.1.29-1 +# BEE_VERSION libxslt-1.1.32-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)