From 6e9d7aab58ddf02d765578acd5a555cb1e6a26de Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 10 Aug 2012 15:49:29 +0000 Subject: [PATCH] [package] libimobiledevice: bypass usbmuxd pkgconfig git-svn-id: svn://svn.openwrt.org/openwrt/packages@33086 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libimobiledevice/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/libimobiledevice/Makefile b/libs/libimobiledevice/Makefile index 2fac29cf2..9c2e5366e 100644 --- a/libs/libimobiledevice/Makefile +++ b/libs/libimobiledevice/Makefile @@ -58,6 +58,10 @@ define Package/libimobiledevice-utils/description This package contains the libimobiledevice utilities. endef +CONFIGURE_VARS += \ + libusbmuxd_CFLAGS="-I$(STAGING_DIR)/usr/include" \ + libusbmuxd_LIBS="-L$(STAGING_DIR)/usr/lib -lusbmuxd" + CONFIGURE_ARGS += \ --without-swig \ --disable-largefile