diff options
author | Juergen Daubert <jue@jue.li> | 2015-06-27 17:49:37 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-06-27 17:49:37 +0200 |
commit | 1040c9e6e21ca5399b231dab58f6ba1dc0f59a10 (patch) | |
tree | a359b008377dc8e9954a5b4aec37ec188878b713 /cups | |
parent | c16f1d7e7e026214952241654089c506bc93bd83 (diff) | |
download | opt-1040c9e6e21ca5399b231dab58f6ba1dc0f59a10.tar.gz opt-1040c9e6e21ca5399b231dab58f6ba1dc0f59a10.tar.xz |
cups: disable tcp_wrappers
Diffstat (limited to 'cups')
-rw-r--r-- | cups/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cups/Pkgfile b/cups/Pkgfile index 6eca86305..0be7e810b 100644 --- a/cups/Pkgfile +++ b/cups/Pkgfile @@ -1,11 +1,11 @@ # Description: CUPS - Common UNIX Printing System # URL: http://www.cups.org # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: acl tcp_wrappers libusb zlib +# Depends on: acl libusb zlib name=cups version=2.0.3 -release=2 +release=3 source=(http://www.cups.org/software/$version/$name-$version-source.tar.bz2 cups-busy-loop.patch cups) @@ -29,7 +29,7 @@ build () { --without-{java,perl,php,python} \ --without-rcdir \ --with-optim="$CFLAGS" \ - --enable-tcp-wrappers \ + --disable-tcp-wrappers \ --enable-acl \ --disable-{pam,dbus,avahi,systemd} |