aboutsummaryrefslogtreecommitdiff
path: root/libs/spice/Makefile
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-12-25 18:58:59 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2019-12-25 19:01:30 +0800
commit5a25cf86ea56d2019ef551b727918c2e33427502 (patch)
tree8386831115dca5bbd5e9b7075e34bec0c9423625 /libs/spice/Makefile
parent8a64d1ff5dc507baa9a659bc7a1ebb24a85354c6 (diff)
spice: fix building against arc770-uclibc toolchain
Supersedes openwrt/packages#10873 Ref: https://github.com/openwrt/packages/pull/10873 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'libs/spice/Makefile')
-rw-r--r--libs/spice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/spice/Makefile b/libs/spice/Makefile
index af86cf64c..37ef01faf 100644
--- a/libs/spice/Makefile
+++ b/libs/spice/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=spice
PKG_VERSION:=0.14.2
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.spice-space.org/download/releases/spice-server
PKG_HASH:=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7
@@ -55,5 +55,6 @@ CONFIGURE_ARGS += \
--disable-smartcard \
--disable-statistics \
--without-sasl \
+ --disable-silent-rules \
$(eval $(call BuildPackage,libspice-server))