summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.1.5.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.1.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.1.5.bb b/meta/recipes-extended/pam/libpam_1.1.5.bb
index c035aafe14..f776e76da8 100644
--- a/meta/recipes-extended/pam/libpam_1.1.5.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.5.bb
@@ -9,7 +9,7 @@ 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 = "r5" 12PR = "r6"
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 \
@@ -28,6 +28,7 @@ DEPENDS = "bison flex flex-native cracklib"
28EXTRA_OECONF = "--with-db-uniquename=_pam \ 28EXTRA_OECONF = "--with-db-uniquename=_pam \
29 --includedir=${includedir}/security \ 29 --includedir=${includedir}/security \
30 --libdir=${base_libdir} \ 30 --libdir=${base_libdir} \
31 --disable-nis \
31 --disable-regenerate-docu" 32 --disable-regenerate-docu"
32 33
33CFLAGS_append = " -fPIC " 34CFLAGS_append = " -fPIC "