diff options
-rw-r--r-- | meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch b/meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch index f0c310c5e8..cbd5d71fdf 100644 --- a/meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch +++ b/meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch | |||
@@ -1,18 +1,19 @@ | |||
1 | From ecb62f3467f493cc0d679323f05367eebbf0fb67 Mon Sep 17 00:00:00 2001 | 1 | From a9e4057bfda190ad365b503af058b460ab8c7616 Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Tue, 1 Oct 2013 22:22:57 +0200 | 3 | Date: Tue, 1 Oct 2013 22:22:57 +0200 |
4 | Subject: [PATCH] aclocal: Add parameter to disable keyutils detection | 4 | Subject: [PATCH] aclocal: Add parameter to disable keyutils detection |
5 | 5 | ||
6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> | 6 | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> |
7 | |||
7 | --- | 8 | --- |
8 | aclocal.m4 | 4 ++++ | 9 | aclocal.m4 | 4 ++++ |
9 | 1 file changed, 4 insertions(+) | 10 | 1 file changed, 4 insertions(+) |
10 | 11 | ||
11 | diff --git a/aclocal.m4 b/aclocal.m4 | 12 | diff --git a/aclocal.m4 b/aclocal.m4 |
12 | index 210c473..83b1f02 100644 | 13 | index d6d1279..80ce604 100644 |
13 | --- a/aclocal.m4 | 14 | --- a/aclocal.m4 |
14 | +++ b/aclocal.m4 | 15 | +++ b/aclocal.m4 |
15 | @@ -1650,11 +1650,15 @@ fi | 16 | @@ -1679,12 +1679,16 @@ fi |
16 | dnl | 17 | dnl |
17 | dnl If libkeyutils exists (on Linux) include it and use keyring ccache | 18 | dnl If libkeyutils exists (on Linux) include it and use keyring ccache |
18 | AC_DEFUN(KRB5_AC_KEYRING_CCACHE,[ | 19 | AC_DEFUN(KRB5_AC_KEYRING_CCACHE,[ |
@@ -28,6 +29,4 @@ index 210c473..83b1f02 100644 | |||
28 | +fi | 29 | +fi |
29 | ])dnl | 30 | ])dnl |
30 | dnl | 31 | dnl |
31 | -- | 32 | dnl If libkeyutils supports persistent keyrings, use them |
32 | 1.8.3.2 | ||
33 | |||