mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] samba: fix missing dependency
@ 2022-01-13 19:55 Ulrich Ölmann
  2022-01-21  7:19 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Ölmann @ 2022-01-13 19:55 UTC (permalink / raw)
  To: PTXdist Development Mailing List; +Cc: Ulrich Ölmann

The 'smbtree' tool is linked against libsmbclient, hence that library needs to
be installed, too, when the client components of the Samba suite are installed.

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
---
 rules/samba.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/samba.in b/rules/samba.in
index c01b28c10921..e8eec97a07d8 100644
--- a/rules/samba.in
+++ b/rules/samba.in
@@ -52,6 +52,7 @@ config SAMBA_SERVER
 config SAMBA_CLIENT
 	bool
 	select SAMBA_COMMON
+	select SAMBA_LIBCLIENT
 	prompt "Samba client"
 	help
 	  Installs some client components of the Samba suite.
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-21  7:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 19:55 [ptxdist] [PATCH] samba: fix missing dependency Ulrich Ölmann
2022-01-21  7:19 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox