mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
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:
@@ -30,6 +30,8 @@ inherit autotools-brokensep
|
|||||||
# these functions do not exist.
|
# these functions do not exist.
|
||||||
#
|
#
|
||||||
do_configure () {
|
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 \
|
oe_runconf --without-openssl-header-check --libexecdir=${base_libdir}/security \
|
||||||
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
|
ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user