summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/files/libtool.patch
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-11-22 21:01:34 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-24 13:25:21 -0800
commitc144f1693c51f915a80effe5920ceb4142e3b2e7 (patch)
treeb03e5659aac9bd733a6a4f8372c66288d08fe09a /meta/recipes-extended/sudo/files/libtool.patch
parent345f77772b04d49608f94b6cf2d981bd98a45c30 (diff)
downloadast2050-yocto-poky-c144f1693c51f915a80effe5920ceb4142e3b2e7.zip
ast2050-yocto-poky-c144f1693c51f915a80effe5920ceb4142e3b2e7.tar.gz
sudo: upgrade to version 1.7.4p4
* Upgraded sudo to v1.7.4p4 * Removed obsolete patches * Makefile.in no longer strips binaries, removed do_configure_prepend() section which used to remove the -s * Updated HOMEPAGE to canonical URL for project * Added SUMMARY field * Added checksums for source tarball * Added patch for correcting paths to libtool scripts in m4/ * Corrected typos in LIC_FILES_CHKSUM (use of startline was invalid) and included updated checksums - no license text has actually changed Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-extended/sudo/files/libtool.patch')
-rw-r--r--meta/recipes-extended/sudo/files/libtool.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-extended/sudo/files/libtool.patch b/meta/recipes-extended/sudo/files/libtool.patch
new file mode 100644
index 0000000..2375fc6
--- /dev/null
+++ b/meta/recipes-extended/sudo/files/libtool.patch
@@ -0,0 +1,20 @@
+# Fix path to libtool scripts so autoreconf can succeed.
+#
+# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+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 @@
+ dnl
+ dnl Pull in libtool macros
+ dnl
+-m4_include([libtool.m4])
+-m4_include([ltoptions.m4])
+-m4_include([ltsugar.m4])
+-m4_include([ltversion.m4])
+-m4_include([lt~obsolete.m4])
++m4_include([m4/libtool.m4])
++m4_include([m4/ltoptions.m4])
++m4_include([m4/ltsugar.m4])
++m4_include([m4/ltversion.m4])
++m4_include([m4/lt~obsolete.m4])
OpenPOWER on IntegriCloud