diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-09-27 11:14:28 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-10-04 22:21:28 +0200 |
commit | 3657595900e0110d8677e22726c19d9f7dd3e91f (patch) | |
tree | 16678a175d8d00b8736dd1b6f9a68c8b047f2c9f /package/libxslt/libxslt-1.1.26-configure.patch | |
parent | 96688934c471d81197ebf0e19c72bba8fa5feb2e (diff) | |
download | buildroot-3657595900e0110d8677e22726c19d9f7dd3e91f.tar.gz buildroot-3657595900e0110d8677e22726c19d9f7dd3e91f.zip |
libxslt: bump to version 1.1.27
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libxslt/libxslt-1.1.26-configure.patch')
-rw-r--r-- | package/libxslt/libxslt-1.1.26-configure.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/libxslt/libxslt-1.1.26-configure.patch b/package/libxslt/libxslt-1.1.26-configure.patch deleted file mode 100644 index aae2e9e289..0000000000 --- a/package/libxslt/libxslt-1.1.26-configure.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/configure 2007-06-12 12:43:03.000000000 -0400 -+++ b/configure 2008-02-18 08:52:36.000000000 -0500 -@@ -22090,15 +22090,11 @@ esac - - - --XSLT_LIBDIR='-L${libdir}' --XSLT_INCLUDEDIR='-I${includedir}' - XSLT_LIBS="-lxslt $LIBXML_LIBS $M_LIBS" - - - - --EXSLT_LIBDIR='-L${libdir}' --EXSLT_INCLUDEDIR='-I${includedir}' - EXSLT_LIBS="-lexslt $XSLT_LIBS $LIBGCRYPT_LIBS" - - |