Skip to content

Commit

Permalink
spice: configure --without-sasl
Browse files Browse the repository at this point in the history
Fixes openwrt#10709

Ref: openwrt#10709
Reported-by: Rosen Penev <[email protected]>
Signed-off-by: Yousong Zhou <[email protected]>
  • Loading branch information
yousong committed Dec 6, 2019
1 parent ff34479 commit cfb1371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/spice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,5 +54,6 @@ CONFIGURE_ARGS += \
--disable-gstreamer \
--disable-smartcard \
--disable-statistics \
--without-sasl \

$(eval $(call BuildPackage,libspice-server))

0 comments on commit cfb1371

Please sign in to comment.