diff options
-rw-r--r-- | meta/recipes-extended/pam/libpam_1.3.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.3.1.bb b/meta/recipes-extended/pam/libpam_1.3.1.bb index ac8694ec26..bc72afe6ad 100644 --- a/meta/recipes-extended/pam/libpam_1.3.1.bb +++ b/meta/recipes-extended/pam/libpam_1.3.1.bb | |||
@@ -35,8 +35,7 @@ SRC_URI_append_libc-musl = " file://0001-Add-support-for-defining-missing-funcit | |||
35 | 35 | ||
36 | DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt" | 36 | DEPENDS = "bison-native flex flex-native cracklib libxml2-native virtual/crypt" |
37 | 37 | ||
38 | EXTRA_OECONF = "--with-db-uniquename=_pam \ | 38 | EXTRA_OECONF = "--includedir=${includedir}/security \ |
39 | --includedir=${includedir}/security \ | ||
40 | --libdir=${base_libdir} \ | 39 | --libdir=${base_libdir} \ |
41 | --disable-nis \ | 40 | --disable-nis \ |
42 | --disable-regenerate-docu \ | 41 | --disable-regenerate-docu \ |
@@ -48,7 +47,9 @@ S = "${WORKDIR}/Linux-PAM-${PV}" | |||
48 | 47 | ||
49 | inherit autotools gettext pkgconfig | 48 | inherit autotools gettext pkgconfig |
50 | 49 | ||
50 | PACKAGECONFIG ??= "" | ||
51 | PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit," | 51 | PACKAGECONFIG[audit] = "--enable-audit,--disable-audit,audit," |
52 | PACKAGECONFIG[userdb] = "--enable-db=db,--enable-db=no,db," | ||
52 | 53 | ||
53 | PACKAGES += "${PN}-runtime ${PN}-xtests" | 54 | PACKAGES += "${PN}-runtime ${PN}-xtests" |
54 | FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" | 55 | FILES_${PN} = "${base_libdir}/lib*${SOLIBS}" |