diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-09-21 23:26:51 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-09-21 23:26:51 +0200 |
commit | 1d9178db29be6eeeccf437949013d50d5241e4f1 (patch) | |
tree | 96f96602853bbc72c1e8bdc1be2c2e8b298267d8 /CHANGES | |
parent | 5fda7023ff87c3103f4eb52b4205fb2549e17423 (diff) | |
download | buildroot-novena-1d9178db29be6eeeccf437949013d50d5241e4f1.tar.gz buildroot-novena-1d9178db29be6eeeccf437949013d50d5241e4f1.zip |
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 <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ Issues resolved (http://bugs.uclibc.org): + #301: allow to install libsmbclient #477: Add sdl_sound package #487: Make kismet package sexier #527: misc fixes for dnsmasq package |