Disable dbus support with cups (#4161)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13474 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-12-02 16:00:49 +00:00
parent 2e91d2aa88
commit 2e7f355bad

View File

@ -53,6 +53,7 @@ define Build/Configure
--without-python \ --without-python \
--without-php \ --without-php \
--enable-shared \ --enable-shared \
--disable-dbus \
--disable-pam \ --disable-pam \
--disable-slp \ --disable-slp \
--disable-gnutls \ --disable-gnutls \