diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-10-17 11:30:56 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-10-17 11:30:56 +0000 |
| commit | 0d25b9fe0bace63800ec95457afda31dbabf2f11 (patch) | |
| tree | cd425c1a5d5e53319b677bd3b3b277573909a919 /meta/packages/libxslt/files/pkgconfig_fix.patch | |
| parent | e1720d80de2c33150fd4ddd7c5067cc3b4ef9428 (diff) | |
| download | poky-0d25b9fe0bace63800ec95457afda31dbabf2f11.tar.gz | |
libxslt: Fix pkgconfig patch for exslt
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5536 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libxslt/files/pkgconfig_fix.patch')
| -rw-r--r-- | meta/packages/libxslt/files/pkgconfig_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libxslt/files/pkgconfig_fix.patch b/meta/packages/libxslt/files/pkgconfig_fix.patch index 5e4a38f0b2..d21663896f 100644 --- a/meta/packages/libxslt/files/pkgconfig_fix.patch +++ b/meta/packages/libxslt/files/pkgconfig_fix.patch | |||
| @@ -7,7 +7,7 @@ Index: libxslt-1.1.22/libexslt.pc.in | |||
| 7 | Description: EXSLT Extension library | 7 | Description: EXSLT Extension library |
| 8 | Requires: libxml-2.0 | 8 | Requires: libxml-2.0 |
| 9 | -Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@ | 9 | -Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@ |
| 10 | +Libs: -lxslt @EXSLT_LIBDIR@ @M_LIBS@ | 10 | +Libs: -lexslt @EXSLT_LIBDIR@ @M_LIBS@ |
| 11 | Cflags: @EXSLT_INCLUDEDIR@ | 11 | Cflags: @EXSLT_INCLUDEDIR@ |
| 12 | Index: libxslt-1.1.22/libxslt.pc.in | 12 | Index: libxslt-1.1.22/libxslt.pc.in |
| 13 | =================================================================== | 13 | =================================================================== |
