mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 00:54:55 +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:
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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user