[oe-commits] [meta-openembedded] 10/28: pam-ssh-agent-auth: Get newer version of config.sub and config.guess scripts

git at git.openembedded.org git at git.openembedded.org
Tue Sep 5 12:36:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 6bd0135ef64fb2385e8690d4066d1926200c5b38
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Sep 1 09:05:34 2017 -0700

    pam-ssh-agent-auth: Get newer version of config.sub and config.guess scripts
    
    helps compiling on newer architectures and libcs like musl
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
index 42b648e..ff88533 100644
--- a/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
+++ b/meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb
@@ -30,6 +30,8 @@ inherit autotools-brokensep
 # these functions do not exist.
 #
 do_configure () {
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
+    install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
     oe_runconf --without-openssl-header-check  --libexecdir=${base_libdir}/security \
                ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list