Skip to content

Commit

Permalink
libxslt: Upgrade from version 1.1.29 to 1.1.32
Browse files Browse the repository at this point in the history
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
donald committed Feb 25, 2018
1 parent 1f19103 commit 6790255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxslt.be0
Original file line number Diff line number Diff line change
@@ -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.)
Expand Down

0 comments on commit 6790255

Please sign in to comment.