From 35c4c79fa423715c8aaf9a6db0f18bee700af457 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Wed, 14 Mar 2012 16:39:08 -0700 Subject: at: upgrade to 3.1.13 Moved patches into a common directory. Added SOB to use-ldflags.patch. Removed nonstripbinaries patch which was included in this release. Minor formatting cleanups. (From OE-Core rev: 768eb8e8590e3b9cc033d8544a01ae34d3ed16b1) Signed-off-by: Scott Garman Signed-off-by: Richard Purdie --- .../at/at-3.1.12/configure-add-enable-pam.patch | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta/recipes-extended/at/at-3.1.12/configure-add-enable-pam.patch (limited to 'meta/recipes-extended/at/at-3.1.12/configure-add-enable-pam.patch') diff --git a/meta/recipes-extended/at/at-3.1.12/configure-add-enable-pam.patch b/meta/recipes-extended/at/at-3.1.12/configure-add-enable-pam.patch deleted file mode 100644 index 1e5efef128..0000000000 --- a/meta/recipes-extended/at/at-3.1.12/configure-add-enable-pam.patch +++ /dev/null @@ -1,25 +0,0 @@ -Upstream-Status: Pending - ---- at-3.1.12/configure.ac 2011-06-23 14:51:03.653572945 +0800 -+++ at-3.1.12/configure.ac.new 2011-06-27 16:12:14.903572945 +0800 -@@ -81,10 +81,18 @@ - AC_FUNC_VPRINTF - AC_FUNC_GETLOADAVG - AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid) -+ -+AC_ARG_WITH([pam], -+ [AS_HELP_STRING([--without-pam], [without PAM support])]) -+ -+if test "x$with_pam" != xno; then - AC_CHECK_HEADERS(security/pam_appl.h, [ - PAMLIB="-lpam" -- AC_DEFINE(HAVE_PAM, 1, [Define to 1 for PAM support]) --]) -+ AC_DEFINE(HAVE_PAM, 1, [Define to 1 for PAM support])], -+ [if test "x$with_pam" = xyes; then -+ AC_MSG_ERROR([PAM selected but security/pam_misc.h not found]) -+ fi]) -+fi - - dnl Checking for programs - -- cgit v1.2.3-54-g00ecf