disable pam support explicitly
[openwrt/svn-archive/archive.git] / net / cups / Makefile
index 6656749fc91b90ae857f3e889db194bf77ac7c18..bf76409fc4a68aeaa3b72570da1086608ab30812 100644 (file)
@@ -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 \