From 70b242b1c6b44a7cafc2ed6f9618dd2f8910e711 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Mon, 2 Dec 2019 07:55:52 -0800 Subject: [PATCH] qBittorrent: fix ARM compile --- package/lean/qBittorrent/Makefile | 4 ++++ target/linux/ipq40xx/Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/lean/qBittorrent/Makefile b/package/lean/qBittorrent/Makefile index d97e28e32..e827f9b81 100644 --- a/package/lean/qBittorrent/Makefile +++ b/package/lean/qBittorrent/Makefile @@ -36,6 +36,10 @@ there. qBittorrent is fast, stable and provides unicode support as well as many features. endef +CONFIGURE_VARS += \ + QT_QMAKE="$(TOOLCHAIN_DIR)/bin" \ + PKG_CONFIG_PATH="$(TOOLCHAIN_DIR)/lib/pkgconfig" + CONFIGURE_ARGS += \ --disable-gui \ --enable-stacktrace=no \ diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index f7c97114e..7167a48c7 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -20,6 +20,6 @@ DEFAULT_PACKAGES += \ kmod-ath10k wpad-openssl \ kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \ automount autosamba luci-app-ipsec-vpnd v2ray shadowsocks-libev-ss-redir shadowsocksr-libev-server \ - luci-app-unblockmusic luci-app-transmission htop + luci-app-unblockmusic luci-app-qbittorrent htop $(eval $(call BuildTarget))