Bug 301 - allow to install libsmbclient
Summary: allow to install libsmbclient
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks: 303
  Show dependency treegraph
 
Reported: 2009-04-23 11:21 UTC by Sven Neumann
Modified: 2009-09-21 21:28 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
patch to add BR2_PACKAGE_SAMBA_LIBSMBCLIENT option (2.14 KB, patch)
2009-04-23 11:21 UTC, Sven Neumann
Details
fixed patch (2.22 KB, patch)
2009-04-28 14:25 UTC, Sven Neumann
Details

Note You need to log in before you can comment on or make changes to this bug.
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!