From 2d3980c68457d4b0364258e20b2526f416df9e0c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 30 Nov 2011 21:37:36 +0000 Subject: [PATCH] [packages] samba3: fix typo in dependency spec SVN-Revision: 29372 --- net/samba3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 613971a8b0..e6c187cbf8 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -30,7 +30,7 @@ endef define Package/samba3 $(call Package/samba3/Default) TITLE:=SMB server for file and printer sharing - DEPENDS:=+libpthread +libpopt $(ICONV_DEPENDS) +!CONFIG_SAMBA3_CONFIG_NO_PRINTING:cups + DEPENDS:=+libpthread +libpopt $(ICONV_DEPENDS) +!SAMBA3_CONFIG_NO_PRINTING:cups endef define Package/samba3-nmbd -- 2.30.2