[packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 29 Nov 2011 18:46:32 +0000 (18:46 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 29 Nov 2011 18:46:32 +0000 (18:46 +0000)
SVN-Revision: 29357

net/samba3/Makefile

index ce470e7db84a78a027810f0582e65e3191a17001..877186ac4329bbc2cdaff489dcbfde7689de8d6a 100644 (file)
@@ -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 \