mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
qBittorrent: fix ARM compile
This commit is contained in:
parent
dda1262dd2
commit
70b242b1c6
@ -36,6 +36,10 @@ there. qBittorrent is fast, stable and provides unicode support as
|
|||||||
well as many features.
|
well as many features.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_VARS += \
|
||||||
|
QT_QMAKE="$(TOOLCHAIN_DIR)/bin" \
|
||||||
|
PKG_CONFIG_PATH="$(TOOLCHAIN_DIR)/lib/pkgconfig"
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-gui \
|
--disable-gui \
|
||||||
--enable-stacktrace=no \
|
--enable-stacktrace=no \
|
||||||
|
@ -20,6 +20,6 @@ DEFAULT_PACKAGES += \
|
|||||||
kmod-ath10k wpad-openssl \
|
kmod-ath10k wpad-openssl \
|
||||||
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019 \
|
||||||
automount autosamba luci-app-ipsec-vpnd v2ray shadowsocks-libev-ss-redir shadowsocksr-libev-server \
|
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))
|
$(eval $(call BuildTarget))
|
||||||
|
Loading…
Reference in New Issue
Block a user