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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj
2017-09-01 09:05:34 -07:00
committed by Martin Jansa
parent 37a5e57751
commit 59cbb1d54d
@@ -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
}