aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2019-12-06 02:16:58 +0000
committerYousong Zhou <yszhou4tech@gmail.com>2019-12-06 02:18:14 +0000
commitcfb137101906f605404424dee3256cbed2881a2c (patch)
treed057eb4c38f566765c791477dcf737cabd607258
parentff3447954c2024f39f1548ff94dd0e7be75a2c40 (diff)
spice: configure --without-sasl
Fixes openwrt/packages#10709 Ref: https://github.com/openwrt/packages/issues/10709 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r--libs/spice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/spice/Makefile b/libs/spice/Makefile
index 4ec30f772..af86cf64c 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:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.spice-space.org/download/releases/spice-server
PKG_HASH:=b203b3882e06f4c7249a3150d90c84e1a90490d41ead255a3d2cede46f4a29a7
@@ -54,5 +54,6 @@ CONFIGURE_ARGS += \
--disable-gstreamer \
--disable-smartcard \
--disable-statistics \
+ --without-sasl \
$(eval $(call BuildPackage,libspice-server))