summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sudo/files/noexec-link.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/noexec-link.patch
parent345f77772b04d49608f94b6cf2d981bd98a45c30 (diff)
downloadpoky-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/noexec-link.patch')
-rw-r--r--meta/recipes-extended/sudo/files/noexec-link.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-extended/sudo/files/noexec-link.patch b/meta/recipes-extended/sudo/files/noexec-link.patch
deleted file mode 100644
index e0d35d0e25..0000000000
--- a/meta/recipes-extended/sudo/files/noexec-link.patch
+++ /dev/null
@@ -1,17 +0,0 @@
1# libtool requires library's name to start with 'lib', or else error is reported. with "-module" option
2# that check is skipped
3#
4# comments added by Kevin Tian <kevin.tian@intel.com>, 06/23/2010
5Index: sudo-1.6.8p6/Makefile.in
6===================================================================
7--- sudo-1.6.8p6.orig/Makefile.in 2005-01-21 19:09:26.963276656 -0500
8+++ sudo-1.6.8p6/Makefile.in 2005-01-21 19:16:11.918714072 -0500
9@@ -187,7 +187,7 @@
10 $(CC) -o $@ $(TESTOBJS) $(LIBOBJS) $(LDFLAGS) $(LIBS) $(NET_LIBS)
11
12 sudo_noexec.la: sudo_noexec.lo
13- $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -rpath $(noexecdir)
14+ $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sudo_noexec.lo -avoid-version -module -rpath $(noexecdir)
15
16 # Uncomment the following if you want "make distclean" to clean the parser
17 @DEV@PARSESRCS = sudo.tab.h sudo.tab.c lex.yy.c def_data.c def_data.h