summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.1.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.1.6.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.6.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.6.bb b/meta/recipes-extended/pam/libpam_1.1.6.bb
index dd03df106d..c32cb146cd 100644
--- a/meta/recipes-extended/pam/libpam_1.1.6.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.6.bb
@@ -13,6 +13,7 @@ SRC_URI = "http://linux-pam.org/library/Linux-PAM-${PV}.tar.bz2 \
13 file://99_pam \ 13 file://99_pam \
14 file://pam.d/* \ 14 file://pam.d/* \
15 file://libpam-xtests.patch \ 15 file://libpam-xtests.patch \
16 file://destdirfix.patch \
16 " 17 "
17SRC_URI[md5sum] = "7b73e58b7ce79ffa321d408de06db2c4" 18SRC_URI[md5sum] = "7b73e58b7ce79ffa321d408de06db2c4"
18SRC_URI[sha256sum] = "bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2" 19SRC_URI[sha256sum] = "bab887d6280f47fc3963df3b95735a27a16f0f663636163ddf3acab5f1149fc2"
@@ -29,6 +30,8 @@ EXTRA_OECONF = "--with-db-uniquename=_pam \
29 30
30CFLAGS_append = " -fPIC " 31CFLAGS_append = " -fPIC "
31 32
33PR = "r1"
34
32S = "${WORKDIR}/Linux-PAM-${PV}" 35S = "${WORKDIR}/Linux-PAM-${PV}"
33 36
34inherit autotools gettext 37inherit autotools gettext