mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
* 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>
21 lines
665 B
Diff
21 lines
665 B
Diff
# 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])
|