summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/files/libtool.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sudo/files/libtool.patch')
-rw-r--r--meta/recipes-extended/sudo/files/libtool.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch
deleted file mode 100644
index 10456d2aa5..0000000000
--- a/meta/recipes-extended/sudo/files/libtool.patch
+++ /dev/null
@@ -1,42 +0,0 @@
1From 8f89e456b2c23d78646a938ee5d4c5477c06c28d Mon Sep 17 00:00:00 2001
2From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
3Date: Fri, 25 Jan 2013 16:18:37 +0200
4Subject: [PATCH] Fix path to libtool scripts so autoreconf can succeed.
5
6Upstream-Status: Inappropriate [Other]
7Workaround is specific to our build system.
8
9Signed-off-by: Scott Garman <scott.a.garman@intel.com>
10Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
11---
12 aclocal.m4 | 14 +++++++-------
13 1 file changed, 7 insertions(+), 7 deletions(-)
14
15diff --git a/aclocal.m4 b/aclocal.m4
16index 481ffeb..0c53eeb 100644
17--- a/aclocal.m4
18+++ b/aclocal.m4
19@@ -364,13 +364,13 @@ EOF
20 dnl
21 dnl Pull in libtool macros
22 dnl
23-m4_include([libtool.m4])
24-m4_include([ltoptions.m4])
25-m4_include([ltsugar.m4])
26-m4_include([ltversion.m4])
27-m4_include([lt~obsolete.m4])
28+m4_include([m4/libtool.m4])
29+m4_include([m4/ltoptions.m4])
30+m4_include([m4/ltsugar.m4])
31+m4_include([m4/ltversion.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--
411.7.9.5
42