From: Nicolas Thill Date: Sun, 25 Mar 2007 12:28:30 +0000 (+0000) Subject: disable pam support explicitly X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=09cfd2f68c7a7d9c91f77e29c59e20e391518945;hp=a4b0b7395c405e857ec34ca4372627d99f74ce51 disable pam support explicitly SVN-Revision: 6695 --- 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 \