[PATCH] Fix the smb2mount build

Volker Lendecke Volker.Lendecke at SerNet.DE
Fri Sep 7 05:29:20 UTC 2018


Hi!

No clue why only now it breaks the autobuild...

Review appreciated!

Thanks, Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de

Meet us at Storage Developer Conference (SDC)
Santa Clara, CA USA, September 24th-27th 2018
-------------- next part --------------
From dd5cbdd22a197c1977cc2db24cb5feed8e104816 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Fri, 7 Sep 2018 07:27:46 +0200
Subject: [PATCH] examples: Fix the smb2mount build

Signed-off-by: Volker Lendecke <vl at samba.org>
---
 examples/fuse/smb2mount.c   | 2 +-
 examples/fuse/wscript_build | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/fuse/smb2mount.c b/examples/fuse/smb2mount.c
index 816b0b5..ec4be80 100644
--- a/examples/fuse/smb2mount.c
+++ b/examples/fuse/smb2mount.c
@@ -20,7 +20,7 @@
 
 #include "source3/include/includes.h"
 #include "popt.h"
-#include "popt_common.h"
+#include "popt_common_cmdline.h"
 #include "client.h"
 #include "libsmb/proto.h"
 #include "clifuse.h"
diff --git a/examples/fuse/wscript_build b/examples/fuse/wscript_build
index 9ec5fc0..31341e4 100644
--- a/examples/fuse/wscript_build
+++ b/examples/fuse/wscript_build
@@ -3,5 +3,5 @@
 if bld.env.HAVE_FUSE:
     bld.SAMBA_BINARY('smb2mount',
                      source='smb2mount.c clifuse.c',
-                     deps='smbconf popt_samba3 libsmb fuse',
+                     deps='smbconf popt_samba3_cmdline libsmb fuse',
                      install=False)
-- 
1.9.1



More information about the samba-technical mailing list