mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-27 18:40:51 +00:00
Merge pull request #5909 from chewitt/sshpass
sshpass: fix build on x86_64
This commit is contained in:
commit
4ea12b9d3c
@ -11,10 +11,8 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="sshpass: a tool for non-interactive ssh password auth"
|
||||
|
||||
pre_configure_target(){
|
||||
if [ "${ARCH}" != "x86_64" ]; then
|
||||
export ac_cv_func_malloc_0_nonnull=yes
|
||||
export ac_cv_func_realloc_0_nonnull=yes
|
||||
fi
|
||||
export ac_cv_func_malloc_0_nonnull=yes
|
||||
export ac_cv_func_realloc_0_nonnull=yes
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
|
Loading…
Reference in New Issue
Block a user