From 4546232b1c144104f826add0d9c7d81908c29378 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Apr 2017 10:34:38 +0200 Subject: [PATCH] libplist: nocross for now. --- srcpkgs/libplist/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libplist/template b/srcpkgs/libplist/template index 2edd65ff5b0..eac3263a74d 100644 --- a/srcpkgs/libplist/template +++ b/srcpkgs/libplist/template @@ -13,6 +13,8 @@ homepage="http://libimobiledevice.org/" distfiles="http://www.libimobiledevice.org/downloads/${pkgname}-${version}.tar.bz2" checksum=3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602 +nocross="investigate why this works with aarch64 but not arm[67]" + pre_configure() { sed -i 's,-L$(libdir),,g' cython/Makefile.am export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"