cups: reverting to GnuTLS backend

This commit is contained in:
Jakub Pastuszek 2023-04-18 21:27:33 +01:00 committed by Piraty
parent e98b7c8be5
commit 3d1e098428

View file

@ -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)
}