diff options
Diffstat (limited to 'meta/recipes-extended/sudo/files')
-rw-r--r-- | meta/recipes-extended/sudo/files/libtool.patch | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch index b0cd675518..10456d2aa5 100644 --- a/meta/recipes-extended/sudo/files/libtool.patch +++ b/meta/recipes-extended/sudo/files/libtool.patch | |||
@@ -1,14 +1,22 @@ | |||
1 | Fix path to libtool scripts so autoreconf can succeed. | 1 | From 8f89e456b2c23d78646a938ee5d4c5477c06c28d Mon Sep 17 00:00:00 2001 |
2 | From: Andrei Dinu <andrei.adrianx.dinu@intel.com> | ||
3 | Date: Fri, 25 Jan 2013 16:18:37 +0200 | ||
4 | Subject: [PATCH] Fix path to libtool scripts so autoreconf can succeed. | ||
2 | 5 | ||
3 | Upstream-Status: Inappropriate [Other] | 6 | Upstream-Status: Inappropriate [Other] |
4 | Workaround is specific to our build system. | 7 | Workaround is specific to our build system. |
5 | 8 | ||
6 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 9 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> |
10 | Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> | ||
11 | --- | ||
12 | aclocal.m4 | 14 +++++++------- | ||
13 | 1 file changed, 7 insertions(+), 7 deletions(-) | ||
7 | 14 | ||
8 | diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4 | 15 | diff --git a/aclocal.m4 b/aclocal.m4 |
9 | --- sudo-1.7.4p4.orig//aclocal.m4 2010-08-06 07:17:36.000000000 -0700 | 16 | index 481ffeb..0c53eeb 100644 |
10 | +++ sudo-1.7.4p4//aclocal.m4 2010-11-22 14:38:20.360957038 -0800 | 17 | --- a/aclocal.m4 |
11 | @@ -368,8 +368,8 @@ | 18 | +++ b/aclocal.m4 |
19 | @@ -364,13 +364,13 @@ EOF | ||
12 | dnl | 20 | dnl |
13 | dnl Pull in libtool macros | 21 | dnl Pull in libtool macros |
14 | dnl | 22 | dnl |
@@ -22,3 +30,13 @@ diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4 | |||
22 | +m4_include([m4/ltsugar.m4]) | 30 | +m4_include([m4/ltsugar.m4]) |
23 | +m4_include([m4/ltversion.m4]) | 31 | +m4_include([m4/ltversion.m4]) |
24 | +m4_include([m4/lt~obsolete.m4]) | 32 | +m4_include([m4/lt~obsolete.m4]) |
33 | dnl | ||
34 | dnl Pull in other non-standard macros | ||
35 | dnl | ||
36 | -m4_include([ax_check_compile_flag.m4]) | ||
37 | -m4_include([ax_check_link_flag.m4]) | ||
38 | +m4_include([m4/ax_check_compile_flag.m4]) | ||
39 | +m4_include([m4/ax_check_link_flag.m4]) | ||
40 | -- | ||
41 | 1.7.9.5 | ||
42 | |||