From: nico Date: Sun, 25 Mar 2007 12:28:30 +0000 (+0000) Subject: disable pam support explicitly X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=55234887286cd984f7be17889bbf7fbcd58a7f03;p=packages.git disable pam support explicitly git-svn-id: svn://svn.openwrt.org/openwrt/packages@6695 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/cups/Makefile b/net/cups/Makefile index 6656749fc..bf76409fc 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 \