From: florian Date: Tue, 2 Dec 2008 16:00:49 +0000 (+0000) Subject: Disable dbus support with cups (#4161) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2e7f355bad93d564992fc3143e5cb619b28f08f6;p=packages.git Disable dbus support with cups (#4161) git-svn-id: svn://svn.openwrt.org/openwrt/packages@13474 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/cups/Makefile b/net/cups/Makefile index 1dc78e613..21238d418 100644 --- a/net/cups/Makefile +++ b/net/cups/Makefile @@ -53,6 +53,7 @@ define Build/Configure --without-python \ --without-php \ --enable-shared \ + --disable-dbus \ --disable-pam \ --disable-slp \ --disable-gnutls \