aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pam/libpam_1.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-11-19 01:04:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-12 23:31:45 +0000
commit24097d8bb481ed1312c45b2e93527a271f56e4be (patch)
tree7802250b0b654778c5fcfa558ab2ba2debad1296 /meta/recipes-extended/pam/libpam_1.2.1.bb
parent753b6233e5da66d9e64952b8089589a1beebf8a9 (diff)
downloadopenembedded-core-contrib-24097d8bb481ed1312c45b2e93527a271f56e4be.tar.gz
libpam: Fix build with musl
Define strndupa if not available in libc additionally fix headers to explicitly needed include files which glibc was including indirectly Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/pam/libpam_1.2.1.bb')
-rw-r--r--meta/recipes-extended/pam/libpam_1.2.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-extended/pam/libpam_1.2.1.bb b/meta/recipes-extended/pam/libpam_1.2.1.bb
index 0353356568..7e81e7221a 100644
--- a/meta/recipes-extended/pam/libpam_1.2.1.bb
+++ b/meta/recipes-extended/pam/libpam_1.2.1.bb
@@ -31,7 +31,10 @@ SRC_URI[sha256sum] = "342b1211c0d3b203a7df2540a5b03a428a087bd8a48c17e49ae268f992
SRC_URI_append_libc-uclibc = " file://pam-no-innetgr.patch \
file://use-utmpx.patch"
-SRC_URI_append_libc-musl = " file://pam-no-innetgr.patch"
+SRC_URI_append_libc-musl = " file://pam-no-innetgr.patch \
+ file://0001-Add-support-for-defining-missing-funcitonality.patch \
+ file://include_paths_header.patch \
+ "
DEPENDS = "bison flex flex-native cracklib"