From 188c096deab14a816bfd56ffc97f06a6c09673a3 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 7 Oct 2016 23:44:02 +0200 Subject: [PATCH] libimobiledevice: fix aarch64 --- srcpkgs/libimobiledevice/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template index f23172b919b..23f553a679c 100644 --- a/srcpkgs/libimobiledevice/template +++ b/srcpkgs/libimobiledevice/template @@ -12,7 +12,9 @@ homepage="http://www.libimobiledevice.org/" distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2" checksum=786b0de0875053bf61b5531a86ae8119e320edab724fc62fe2150cc931f11037 -nocross="https://build.voidlinux.eu/builders/aarch64_builder/builds/671/steps/shell_3/logs/stdio" +case "$XBPS_TARGET_MACHINE" in + aarch64) configure_args="ac_cv_sys_file_offset_bits=yes ac_cv_sys_large_file=yes";; +esac pre_configure() { sed -i 's,SSLv3_,SSLv23_,g' src/idevice.c