From: Florian Fainelli Date: Fri, 10 Aug 2012 15:49:29 +0000 (+0000) Subject: [package] libimobiledevice: bypass usbmuxd pkgconfig X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d799b640f5757ab79b34f73803269438356c8990;p=openwrt%2Fsvn-archive%2Farchive.git [package] libimobiledevice: bypass usbmuxd pkgconfig SVN-Revision: 33086 --- diff --git a/libs/libimobiledevice/Makefile b/libs/libimobiledevice/Makefile index 2fac29cf23..9c2e5366e6 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