[packages] samba3: explicitely disable cups and iprint in configure if NO_PRINTING is set

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29357 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-11-29 18:46:32 +00:00
parent e56effa05d
commit ac1bc5f090

View 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 \