Skip to content

Update libxslt from 1.1.29 to 1.1.32 #641

Merged
merged 5 commits into from
Feb 26, 2018

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    352989c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c851c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f19103 View commit details
    Browse the repository at this point in the history
  4. 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.
    donald committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    6790255 View commit details
    Browse the repository at this point in the history
  5. libxslt: Remove python bindings

    Because we are going to remove the system python, remove the python
    bindings.
    donald committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    e3412ea View commit details
    Browse the repository at this point in the history