Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 301] New: allow to install libsmbclient
@ 2009-04-23 11:21 bugzilla at busybox.net
  2009-04-23 11:24 ` [Buildroot] [Bug 301] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-04-23 11:21 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301

           Summary: allow to install libsmbclient
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: s.neumann at phase-zero.de
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created an attachment (id=263)
 --> (https://bugs.busybox.net/attachment.cgi?id=263)
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.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 301] allow to install libsmbclient
  2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
@ 2009-04-23 11:24 ` bugzilla at busybox.net
  2009-04-28 14:25 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-04-23 11:24 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301


Sven Neumann <s.neumann@phase-zero.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |303




-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 301] allow to install libsmbclient
  2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
  2009-04-23 11:24 ` [Buildroot] [Bug 301] " bugzilla at busybox.net
@ 2009-04-28 14:25 ` bugzilla at busybox.net
  2009-07-26 19:27 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-04-28 14:25 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301


Sven Neumann <s.neumann@raumfeld.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #263 is|0                           |1
           obsolete|                            |




--- Comment #1 from Sven Neumann <s.neumann@raumfeld.com>  2009-04-28 14:25:34 UTC ---
Created an attachment (id=279)
 --> (https://bugs.busybox.net/attachment.cgi?id=279)
fixed patch

Sorry, the patch I attached earlier broke due to the many changes to samba.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 301] allow to install libsmbclient
  2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
  2009-04-23 11:24 ` [Buildroot] [Bug 301] " bugzilla at busybox.net
  2009-04-28 14:25 ` bugzilla at busybox.net
@ 2009-07-26 19:27 ` bugzilla at busybox.net
  2009-08-31  7:59 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-07-26 19:27 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301


Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #2 from Peter Korsgaard <jacmet@uclibc.org>  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?


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 301] allow to install libsmbclient
  2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2009-07-26 19:27 ` bugzilla at busybox.net
@ 2009-08-31  7:59 ` bugzilla at busybox.net
  2009-08-31 10:29 ` bugzilla at busybox.net
  2009-09-21 21:28 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-08-31  7:59 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301





--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  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?


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 301] allow to install libsmbclient
  2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2009-08-31  7:59 ` bugzilla at busybox.net
@ 2009-08-31 10:29 ` bugzilla at busybox.net
  2009-09-21 21:28 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-08-31 10:29 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301





--- Comment #4 from Sven Neumann <s.neumann@raumfeld.com>  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.


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 301] allow to install libsmbclient
  2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2009-08-31 10:29 ` bugzilla at busybox.net
@ 2009-09-21 21:28 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2009-09-21 21:28 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=301


Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org>  2009-09-21 21:28:49 UTC ---
Committed, thanks!


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-09-21 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-23 11:21 [Buildroot] [Bug 301] New: allow to install libsmbclient bugzilla at busybox.net
2009-04-23 11:24 ` [Buildroot] [Bug 301] " bugzilla at busybox.net
2009-04-28 14:25 ` bugzilla at busybox.net
2009-07-26 19:27 ` bugzilla at busybox.net
2009-08-31  7:59 ` bugzilla at busybox.net
2009-08-31 10:29 ` bugzilla at busybox.net
2009-09-21 21:28 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox