From 239e7074c9e62b37fa4eef693cf9d92909d47c2d Mon Sep 17 00:00:00 2001 From: Jakub Pastuszek Date: Tue, 18 Apr 2023 21:27:33 +0100 Subject: [PATCH] cups: reverting to GnuTLS backend --- srcpkgs/cups/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template index 0d8bc9185456..f1dc66f098d0 100644 --- a/srcpkgs/cups/template +++ b/srcpkgs/cups/template @@ -1,7 +1,7 @@ # Template file for 'cups' pkgname=cups version=2.4.2 -revision=3 +revision=4 build_style=gnu-configure make_install_args="BUILDROOT=${DESTDIR}" hostmakedepends="gnutls-devel pkg-config @@ -42,6 +42,7 @@ do_configure() { --enable-libpaper --with-menudir=/usr/share/applications \ --with-xinetd=/etc/xinetd.d --with-optim="${CFLAGS}" \ --with-rcdir=no \ + --with-tls=gnutls \ $(vopt_if avahi '--with-dnssd=avahi') $(vopt_enable gssapi) }