diff options
Diffstat (limited to 'meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb')
-rw-r--r-- | meta-oe/recipes-extended/pam/pam-ssh-agent-auth_0.10.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
30 | # these functions do not exist. | 30 | # these functions do not exist. |
31 | # | 31 | # |
32 | do_configure () { | 32 | do_configure () { |
33 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} | ||
34 | install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S} | ||
33 | oe_runconf --without-openssl-header-check --libexecdir=${base_libdir}/security \ | 35 | oe_runconf --without-openssl-header-check --libexecdir=${base_libdir}/security \ |
34 | ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes | 36 | ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes |
35 | } | 37 | } |