From 0816a6360409e45b1dc956089c343b322c8f7a6b Mon Sep 17 00:00:00 2001 From: Jakub Pastuszek Date: Tue, 13 Dec 2022 20:56:13 +0000 Subject: [PATCH] re-enabled gnutls for cups since openssl IPPS printer server is failing to generate self-signed certificate --- srcpkgs/cups/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cups/template b/srcpkgs/cups/template index 0776928f2609..5a4ce8d0af76 100644 --- a/srcpkgs/cups/template +++ b/srcpkgs/cups/template @@ -1,7 +1,7 @@ # Template file for 'cups' pkgname=cups version=2.4.2 -revision=1 +revision=2 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) }