Bug 301

Summary: allow to install libsmbclient
Product: buildroot Reporter: Sven Neumann <s.neumann>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Bug Depends on:    
Bug Blocks: 303    
Attachments: patch to add BR2_PACKAGE_SAMBA_LIBSMBCLIENT option
fixed patch

Description Sven Neumann 2009-04-23 11:21:06 UTC
Created attachment 263 [details]
patch to add BR2_PACKAGE_SAMBA_LIBSMBCLIENT option

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.
Comment 1 Sven Neumann 2009-04-28 14:25:34 UTC
Created attachment 279 [details]
fixed patch

Sorry, the patch I attached earlier broke due to the many changes to samba.
Comment 2 Peter Korsgaard 2009-07-26 19:27:14 UTC
hmm, the $(TARGET_DIR)/$(SAMBA_TARGET_BINARY) target already calls make installlibs, I take it that should either get removed or the new libsmbclient target isn't really needed?
Comment 3 Peter Korsgaard 2009-08-31 07:59:18 UTC
(In reply to comment #2)
> hmm, the $(TARGET_DIR)/$(SAMBA_TARGET_BINARY) target already calls make
> installlibs, I take it that should either get removed or the new libsmbclient
> target isn't really needed?

Ping?

Comment 4 Sven Neumann 2009-08-31 10:29:15 UTC
The point of this bug report is to allow the installation of the libsmbclient library without installing any of the binaries from the samba package.
Comment 5 Peter Korsgaard 2009-09-21 21:28:49 UTC
Committed, thanks!