Message ID | 20170901160534.24992-1-raj.khem@gmail.com |
---|---|
State | Accepted |
Commit | 59cbb1d54d62a3a078a126e05310bb1cfa28922a |
Headers | show |
Series | [oe,meta-oe] pam-ssh-agent-auth: Get newer version of config.sub and config.guess scripts | expand |
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 42b648e8b..ff88533ff 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 }
helps compiling on newer architectures and libcs like musl Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | 2 ++ 1 file changed, 2 insertions(+) -- 2.14.1 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel