qBittorrent: fix ARM compile

This commit is contained in:
LEAN-ESX 2019-12-02 07:55:52 -08:00
parent dda1262dd2
commit 70b242b1c6
2 changed files with 5 additions and 1 deletions

View File

@ -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 \

View File

@ -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))