aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pam/libpam_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pam/libpam_1.1.0.bb')
-rw-r--r--recipes/pam/libpam_1.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/pam/libpam_1.1.0.bb b/recipes/pam/libpam_1.1.0.bb
index 3e8837649b..b54e81a3f9 100644
--- a/recipes/pam/libpam_1.1.0.bb
+++ b/recipes/pam/libpam_1.1.0.bb
@@ -15,7 +15,7 @@ DEPENDS = "flex flex-native"
# PAM is not a lot of use without configuration files and the plugins
RRECOMMENDS_${PN} = "libpam-meta libpam-base-files"
-PR = "r1"
+PR = "r2"
# The project is actually called Linux-PAM but that gives
# a bad OE package name because of the upper case characters
@@ -26,6 +26,7 @@ S = "${WORKDIR}/${p}"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/${p}.tar.bz2 \
file://pam-nodocs.patch \
file://fix_disabled_nls.patch \
+ file://define-HAVE_DBM.patch \
"
UCLIBC_PATCHES = " file://pam-disable-nis-on-uclibc.patch \