summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-01-13 20:55:03 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-14 13:59:43 +0100
commitddc92563b3a79ffe1466fc834cf58b50d1eb249f (patch)
treefce661aa96d538a6e93d134b01d59bce90c7196f
parent532d84a1b0e6c70435c492e61b97dc37959180e1 (diff)
downloadptxdist-ddc92563b3a79ffe1466fc834cf58b50d1eb249f.tar.gz
ptxdist-ddc92563b3a79ffe1466fc834cf58b50d1eb249f.tar.xz
samba: fix missing dependency
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> Message-Id: <20220113195503.3435322-1-u.oelmann@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/samba.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/samba.in b/rules/samba.in
index c01b28c10..e8eec97a0 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.