From: Jo-Philipp Wich Date: Tue, 29 Nov 2011 18:46:32 +0000 (+0000) Subject: [packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=c5c9b958b12e4532a3af4b6b9464193905c88758 [packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING is set SVN-Revision: 29357 --- diff --git a/net/samba3/Makefile b/net/samba3/Makefile index ce470e7db8..877186ac43 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -78,6 +78,7 @@ TARGET_CFLAGS+=$(if $(CONFIG_SAMBA3_CONFIG_NO_PRINTING),-DAVM_NO_PRINTING) CONFIGURE_PATH:=source CONFIGURE_ARGS+= \ $(if $(CONFIG_SAMBA3_CONFIG_DEBUG),--enable-debug) \ + $(if $(CONFIG_SAMBA3_CONFIG_NO_PRINTING),--enable-cups=no --enable-iprint=no) \ --without-krb5 \ --without-ads \ --without-ldap \