[PATCH 08/12] build: Added missing dep to libsmb

Andrzej Hajda andrzej.hajda at wp.pl
Tue Oct 9 14:59:41 MDT 2012


Signed-off-by: Andrzej Hajda <andrzej.hajda at wp.pl>
---
 source3/libsmb/wscript |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source3/libsmb/wscript b/source3/libsmb/wscript
index c5444b0..cfd46f5 100644
--- a/source3/libsmb/wscript
+++ b/source3/libsmb/wscript
@@ -23,7 +23,8 @@ def build(bld):
                                    libsmb
                                    KRBCLIENT
                                    msrpc3
-                                   libcli_lsa3''',
+                                   libcli_lsa3
+                                   RPC_NDR_SRVSVC''',
                        public_headers='../include/libsmbclient.h',
                        abi_directory='ABI',
                        abi_match='smbc_*',
-- 
1.7.9.5



More information about the samba-technical mailing list