diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-03-04 05:53:10 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-03-04 05:53:10 +0000 |
commit | b8326d8ce18628602019cf52431f7a02ae1e7295 (patch) | |
tree | e9cc4f2fdf16cf19a6c3558b232c6a6db34efe48 /dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch | |
parent | Add multilib dev-libs/libxslt. (diff) | |
download | gentoo-2-b8326d8ce18628602019cf52431f7a02ae1e7295.tar.gz gentoo-2-b8326d8ce18628602019cf52431f7a02ae1e7295.tar.bz2 gentoo-2-b8326d8ce18628602019cf52431f7a02ae1e7295.zip |
Update patch
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch')
-rw-r--r-- | dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch b/dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch index 2ed2b5548af1..74ee935e4d8d 100644 --- a/dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch +++ b/dev-libs/libxslt/files/libxslt-1.1.28-libgcrypt-config.patch @@ -1,8 +1,13 @@ -From 02dcd7d89b231af6ebe7704690de6ae7f8b31a84 Mon Sep 17 00:00:00 2001 +From 4eeed7de3fa90e27658c48cb06f034da43b4f057 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev <tetromino@gentoo.org> Date: Tue, 4 Mar 2014 00:10:37 -0500 Subject: [PATCH] configure: use AC_PATH_TOOL to find libgcrypt-config +Since libgcrypt-config is used to find host system libraries, we should +be using AC_PATH_TOOL, not AC_PATH_PROG, for proper cross-compiling and +multilib support. + +https://bugzilla.gnome.org/show_bug.cgi?id=725635 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |