mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
To: PTXdist Development Mailing List <ptxdist@pengutronix.de>
Cc: "Ulrich Ölmann" <u.oelmann@pengutronix.de>
Subject: [ptxdist] [PATCH] samba: fix missing dependency
Date: Thu, 13 Jan 2022 20:55:03 +0100	[thread overview]
Message-ID: <20220113195503.3435322-1-u.oelmann@pengutronix.de> (raw)

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

             reply	other threads:[~2022-01-13 19:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-13 19:55 Ulrich Ölmann [this message]
2022-01-21  7:19 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220113195503.3435322-1-u.oelmann@pengutronix.de \
    --to=u.oelmann@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox