From dd168e69514d082628891442a50a6aaf2afcb354 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 19 Nov 2011 23:41:12 +0100 Subject: [PATCH] samba: build without winbind support Signed-off-by: Stephan Raue --- packages/network/samba/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/samba/build b/packages/network/samba/build index 0eb2cf2d27..4e768e1641 100755 --- a/packages/network/samba/build +++ b/packages/network/samba/build @@ -98,7 +98,7 @@ sh autogen.sh --without-aio-support \ --with-sendfile-support \ --without-wbclient \ - --with-winbind \ + --without-winbind \ --with-static-modules=charset_CP437,charset_CP850 \ --with-included-popt \ --with-included-iniparser \