[package] libimobiledevice: disable largefile support

Avoids the configure script checking for it while cross-compiling

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33085 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-08-10 15:49:27 +00:00
parent 2f9a90b36d
commit 67f1a8fec1

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libimobiledevice PKG_NAME:=libimobiledevice
PKG_REV:=c182599c8c18ed729726ea7cbbd0a3b89790d2db PKG_REV:=c182599c8c18ed729726ea7cbbd0a3b89790d2db
PKG_VERSION:=20120112 PKG_VERSION:=20120112
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=git://git.sukimashita.com/libimobiledevice.git PKG_SOURCE_URL:=git://git.sukimashita.com/libimobiledevice.git
@ -58,7 +58,9 @@ define Package/libimobiledevice-utils/description
This package contains the libimobiledevice utilities. This package contains the libimobiledevice utilities.
endef endef
CONFIGURE_ARGS += --without-swig CONFIGURE_ARGS += \
--without-swig \
--disable-largefile
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib