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