From 1d9178db29be6eeeccf437949013d50d5241e4f1 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 21 Sep 2009 23:26:51 +0200 Subject: samba: add option to install libsmbclient Closes #301 The libsmbclient library is part of the samba package. It can be used to build applications that access Samba shares without the need to mount them. Currently the library is explicitly not installed by buildroot. Here's a patch that adds a config option to install it. Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- package/samba/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/samba/Config.in') diff --git a/package/samba/Config.in b/package/samba/Config.in index 40161b6e3..cb4c4f62d 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -40,6 +40,15 @@ config BR2_PACKAGE_SAMBA_FINDSMB comment "findsmb - disabled (requires nmblookup, smbclient and perl)" depends on !BR2_PACKAGE_SAMBA_SMBCLIENT || !BR2_PACKAGE_SAMBA_NMBLOOKUP || !BR2_PACKAGE_MICROPERL +config BR2_PACKAGE_SAMBA_LIBSMBCLIENT + bool "libsmbclient" + depends on BR2_PACKAGE_SAMBA + help + libsmbclient is a library toolset that permits applications + to manipulate CIFS/SMB network resources using many of the + standards POSIX functions available for manipulating local + files. + config BR2_PACKAGE_SAMBA_NET bool "net" default y -- cgit v1.2.3