mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
cups: reverting to GnuTLS backend
This commit is contained in:
parent
e98b7c8be5
commit
3d1e098428
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cups'
|
# Template file for 'cups'
|
||||||
pkgname=cups
|
pkgname=cups
|
||||||
version=2.4.2
|
version=2.4.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="BUILDROOT=${DESTDIR}"
|
make_install_args="BUILDROOT=${DESTDIR}"
|
||||||
hostmakedepends="gnutls-devel pkg-config
|
hostmakedepends="gnutls-devel pkg-config
|
||||||
|
@ -42,6 +42,7 @@ do_configure() {
|
||||||
--enable-libpaper --with-menudir=/usr/share/applications \
|
--enable-libpaper --with-menudir=/usr/share/applications \
|
||||||
--with-xinetd=/etc/xinetd.d --with-optim="${CFLAGS}" \
|
--with-xinetd=/etc/xinetd.d --with-optim="${CFLAGS}" \
|
||||||
--with-rcdir=no \
|
--with-rcdir=no \
|
||||||
|
--with-tls=gnutls \
|
||||||
$(vopt_if avahi '--with-dnssd=avahi') $(vopt_enable gssapi)
|
$(vopt_if avahi '--with-dnssd=avahi') $(vopt_enable gssapi)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue