From 8ae53d49d3c3927679a70d7bff6b491f55592047 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 10 Aug 2012 15:49:27 +0000 Subject: [PATCH] [package] libimobiledevice: disable largefile support Avoids the configure script checking for it while cross-compiling SVN-Revision: 33085 --- libs/libimobiledevice/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/libimobiledevice/Makefile b/libs/libimobiledevice/Makefile index cca696cb83..2fac29cf23 100644 --- a/libs/libimobiledevice/Makefile +++ b/libs/libimobiledevice/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libimobiledevice PKG_REV:=c182599c8c18ed729726ea7cbbd0a3b89790d2db PKG_VERSION:=20120112 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://git.sukimashita.com/libimobiledevice.git @@ -58,7 +58,9 @@ define Package/libimobiledevice-utils/description This package contains the libimobiledevice utilities. endef -CONFIGURE_ARGS += --without-swig +CONFIGURE_ARGS += \ + --without-swig \ + --disable-largefile TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib -- 2.30.2