diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 17:00:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 17:00:44 +0000 |
commit | c3a4acb22d264e778014660f4944b544ab20de84 (patch) | |
tree | b512c9a2f84ed830216f2c5f6fb9c70f89f20e9f /meta/packages/libxslt/files | |
parent | ab5c2b9ebbfb8acb9a459cfc0e9af2fc01e3e768 (diff) | |
download | openembedded-core-c3a4acb22d264e778014660f4944b544ab20de84.tar.gz openembedded-core-c3a4acb22d264e778014660f4944b544ab20de84.tar.bz2 openembedded-core-c3a4acb22d264e778014660f4944b544ab20de84.tar.xz openembedded-core-c3a4acb22d264e778014660f4944b544ab20de84.zip |
libxslt: Upgrade to 1.1.22 with pkgconfig fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4073 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxslt/files')
-rw-r--r-- | meta/packages/libxslt/files/destdir.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/packages/libxslt/files/destdir.patch b/meta/packages/libxslt/files/destdir.patch deleted file mode 100644 index 8df1b206b..000000000 --- a/meta/packages/libxslt/files/destdir.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: libxslt-1.1.17/libxslt/Makefile.am -=================================================================== ---- libxslt-1.1.17.orig/libxslt/Makefile.am 2005-10-02 11:25:21.000000000 +0200 -+++ libxslt-1.1.17/libxslt/Makefile.am 2006-09-29 23:13:35.000000000 +0200 -@@ -61,4 +61,4 @@ - @(cd ../xsltproc ; $(MAKE)) - - install-exec-hook: -- $(mkinstalldirs) "$(libdir)/libxslt-plugins" -+ $(mkinstalldirs) "$(DESTDIR)$(libdir)/libxslt-plugins" |