[oe-commits] Richard Purdie : at: Fix --with/without pam options

git at git.openembedded.org git at git.openembedded.org
Mon Mar 25 20:46:54 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 4e1ea0e22cf5310dbe18b5427a91d86cc4a136fe
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e1ea0e22cf5310dbe18b5427a91d86cc4a136fe

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar 25 20:46:50 2013 +0000

at: Fix --with/without pam options

The --with/--without pam support in configure appears to have been dropped
leading to builds which can detect host headers, then fail or result in non-
determinstic builds. Add an explicit option to fix this detection.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/at/at_3.1.13.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb
index 198b46e..6fa13b9 100644
--- a/meta/recipes-extended/at/at_3.1.13.bb
+++ b/meta/recipes-extended/at/at_3.1.13.bb
@@ -39,7 +39,7 @@ EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
                  --with-daemon_groupname=root \
                  --with-jobdir=/var/spool/at/jobs \
                  --with-atspool=/var/spool/at/spool \
-                 ${@base_contains('DISTRO_FEATURES', 'pam', '--with-pam', '--without-pam', d)} "
+                 ac_cv_header_security_pam_appl_h=${@base_contains('DISTRO_FEATURES', 'pam', 'yes', 'no', d)} "
 
 inherit autotools
 





More information about the Openembedded-commits mailing list