aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/files
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-01-25 17:13:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-01 15:51:31 +0000
commit5f93bb7e783c23a5da344a9fc2f856f9b973d54c (patch)
tree9915ef6647eaaf464bc88d9ceef9c5af56d22ace /meta/recipes-extended/sudo/files
parent6ad2b3e18358a075b5a93edc2e620ac0ce9a15c8 (diff)
downloadopenembedded-core-contrib-5f93bb7e783c23a5da344a9fc2f856f9b973d54c.tar.gz
Sudo : upgrade to 1.8.6p4
(From OE-Core rev: 115b1a703c26e11c631d77901104605d64f51f82) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sudo/files')
-rw-r--r--meta/recipes-extended/sudo/files/libtool.patch28
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 @@
-Fix path to libtool scripts so autoreconf can succeed.
+From 8f89e456b2c23d78646a938ee5d4c5477c06c28d Mon Sep 17 00:00:00 2001
+From: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+Date: Fri, 25 Jan 2013 16:18:37 +0200
+Subject: [PATCH] Fix path to libtool scripts so autoreconf can succeed.
Upstream-Status: Inappropriate [Other]
Workaround is specific to our build system.
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
+---
+ aclocal.m4 | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
-diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4
---- sudo-1.7.4p4.orig//aclocal.m4 2010-08-06 07:17:36.000000000 -0700
-+++ sudo-1.7.4p4//aclocal.m4 2010-11-22 14:38:20.360957038 -0800
-@@ -368,8 +368,8 @@
+diff --git a/aclocal.m4 b/aclocal.m4
+index 481ffeb..0c53eeb 100644
+--- a/aclocal.m4
++++ b/aclocal.m4
+@@ -364,13 +364,13 @@ EOF
dnl
dnl Pull in libtool macros
dnl
@@ -22,3 +30,13 @@ diff -urN sudo-1.7.4p4.orig//aclocal.m4 sudo-1.7.4p4//aclocal.m4
+m4_include([m4/ltsugar.m4])
+m4_include([m4/ltversion.m4])
+m4_include([m4/lt~obsolete.m4])
+ dnl
+ dnl Pull in other non-standard macros
+ dnl
+-m4_include([ax_check_compile_flag.m4])
+-m4_include([ax_check_link_flag.m4])
++m4_include([m4/ax_check_compile_flag.m4])
++m4_include([m4/ax_check_link_flag.m4])
+--
+1.7.9.5
+