diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-13 12:03:40 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-17 21:34:21 +0100 |
commit | caba33c08839deeecd18b4a9a65300c2da58253a (patch) | |
tree | b2c0bebd2d10dd745e8928fbdfc113d3f5d0b5a4 /recipes/pam | |
parent | d177641f4438910b3c946615c89b3099df5e65f0 (diff) |
libpam: fix building for uclibc
Diffstat (limited to 'recipes/pam')
-rw-r--r-- | recipes/pam/libpam_1.0.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/pam/libpam_1.0.2.bb b/recipes/pam/libpam_1.0.2.bb index 0151a4691d..b288458e98 100644 --- a/recipes/pam/libpam_1.0.2.bb +++ b/recipes/pam/libpam_1.0.2.bb @@ -23,7 +23,8 @@ S = "${WORKDIR}/${p}" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/pam/library/${p}.tar.bz2 \ file://pam-nodocs.patch;patch=1 " -SRC_URI_append_libc-uclibc = "file://pam-disable-nis-on-uclibc.patch;patch=1" +SRC_URI_append_linux-uclibc = " file://pam-disable-nis-on-uclibc.patch;patch=1" +SRC_URI_append_linux-uclibceabi = " file://pam-disable-nis-on-uclibc.patch;patch=1" inherit autotools @@ -32,6 +33,9 @@ LEAD_SONAME = "libpam.so.*" # maintain the pam default layout EXTRA_OECONF += " --includedir=${includedir}/security" +EXTRA_OECONF_linux-uclibc += "--disable-nls" +EXTRA_OECONF_linux-uclibceabi += "--disable-nls" + PACKAGES_DYNAMIC += " libpam-meta pam-plugin-*" python populate_packages_prepend () { |