summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.1.5.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-04 13:12:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-17 10:54:01 +0100
commit19bf330db74496c4d5448dece4dd867265394e28 (patch)
tree0520e1a0d75fbe43766449e5f90062f8698137f6 /meta/recipes-extended/pam/libpam_1.1.5.bb
parent19fe059b69f69f155f125123b49695ad29975772 (diff)
downloadpoky-19bf330db74496c4d5448dece4dd867265394e28.tar.gz
libpam: Fix build with eglibc 2.16
pam_unix_acct.c: In function '_unix_run_verify_binary': pam_unix_acct.c:97:19: error: storage size of 'rlim' isn't known pam_unix_acct.c:106:19: error: 'RLIMIT_NOFILE' undeclared (first use in this function) pam_unix_acct.c:106:19: note: each undeclared identifier is reported only once for each function it appears in (From OE-Core rev: e59a0bac95ce025a6b826be28ccc9e42ca4b5a29) Signed-off-by: Khem Raj <raj.khem@gmail.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/pam/libpam_1.1.5.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.5.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.5.bb b/meta/recipes-extended/pam/libpam_1.1.5.bb
index 08ce1d13b3..275e5d8424 100644
--- a/meta/recipes-extended/pam/libpam_1.1.5.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.5.bb
@@ -9,12 +9,14 @@ SECTION = "base"
9LICENSE = "GPLv2+ | BSD" 9LICENSE = "GPLv2+ | BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083" 10LIC_FILES_CHKSUM = "file://COPYING;md5=ca0395de9a86191a078b8b79302e3083"
11 11
12PR = "r3" 12PR = "r4"
13 13
14SRC_URI = "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-${PV}.tar.bz2 \ 14SRC_URI = "https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-${PV}.tar.bz2 \
15 file://99_pam \ 15 file://99_pam \
16 file://pam.d/* \ 16 file://pam.d/* \
17 file://libpam-xtests.patch" 17 file://libpam-xtests.patch \
18 file://include-sys-resource.patch \
19 "
18 20
19SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch" 21SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch"
20 22