# HG changeset patch # User Rich Burridge # Date 1330525354 28800 # Node ID ea484a6356988f6bd74e13e85d0ceb9bff392123 # Parent 68f49047167197504534f0c26c37223082d8c3eb 7087646 libxslt use & export 32-bit library paths in 64-bit builds diff -r 68f490471671 -r ea484a635698 components/libxslt/patches/lib-run-path-fix.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/libxslt/patches/lib-run-path-fix.patch Wed Feb 29 06:22:34 2012 -0800 @@ -0,0 +1,18 @@ +--- 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@