From: florian Date: Fri, 10 Aug 2012 15:49:29 +0000 (+0000) Subject: [package] libimobiledevice: bypass usbmuxd pkgconfig X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=6e9d7aab58ddf02d765578acd5a555cb1e6a26de;p=packages.git [package] libimobiledevice: bypass usbmuxd pkgconfig git-svn-id: svn://svn.openwrt.org/openwrt/packages@33086 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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