From 09cfd2f68c7a7d9c91f77e29c59e20e391518945 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 25 Mar 2007 12:28:30 +0000 Subject: [PATCH] disable pam support explicitly SVN-Revision: 6695 --- net/cups/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cups/Makefile b/net/cups/Makefile index 6656749fc9..bf76409fc4 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -46,13 +46,13 @@ endef define Build/Configure $(call Build/Configure/Default, \ - --libexecdir=/usr/lib \ --with-cups-user=root \ --with-cups-group=root \ --without-perl \ --without-python \ --without-php \ --enable-shared \ + --disable-pam \ --disable-slp \ --disable-gnutls \ --disable-openssl \ -- 2.30.2