components/libxslt/patches/lib-run-path-fix.patch
branchs11-update
changeset 2451 f54396da08ea
parent 2448 c1b40b77a1ae
child 2452 9dc4dfa4b04d
--- a/components/libxslt/patches/lib-run-path-fix.patch	Fri Dec 14 13:42:07 2012 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
---- libxslt-1.1.26/libxslt.pc.in.orig	2012-02-28 08:52:25.350596427 -0800
-+++ libxslt-1.1.26/libxslt.pc.in	2012-02-28 08:53:36.436859739 -0800
-@@ -8,5 +8,5 @@
- Version: @VERSION@
- Description: XSLT library version 2.
- Requires: libxml-2.0
--Libs: @XSLT_LIBDIR@ @XSLT_LIBS@
-+Libs: -L${libdir} -lxslt
- Cflags: @XSLT_INCLUDEDIR@
---- libxslt-1.1.26/libexslt.pc.in.orig	2012-02-28 08:52:18.790178751 -0800
-+++ libxslt-1.1.26/libexslt.pc.in	2012-02-28 08:53:21.141163457 -0800
-@@ -8,5 +8,5 @@
- Version: @LIBEXSLT_VERSION@
- Description: EXSLT Extension library
- Requires: libxml-2.0
--Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@
-+Libs: -L${libdir} -lexslt
- Cflags: @EXSLT_INCLUDEDIR@