diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-12 09:09:51 +0000 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2008-12-12 09:09:51 +0000 |
commit | f02a0408dcca36dcc996484e14bd52b9de9f48a6 (patch) | |
tree | bafb48e1a61d6ebcc5269bc6240dd9deccaae387 /package/samba/Config.in | |
parent | 2bb1785adb14b50a648ab75614f78a3c7a5e5edc (diff) |
samba: bump version to 3.2.5
This patch bumps Samba version to 3.2.5. In the process Samba now
depends on libiconv. This dependency is needed because Samba wants to use
various formats when talking to the different parts of the system.
Two new patches are introduced, one to double check if BSD functions are
available, and one to skip checking for glibc version. The use unsigned
enum patch could be removed since this can be supplied with a autoconf
variable.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/samba/Config.in')
-rw-r--r-- | package/samba/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/samba/Config.in b/package/samba/Config.in index cc6999b26..40161b6e3 100644 --- a/package/samba/Config.in +++ b/package/samba/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_SAMBA bool "samba" + select BR2_PACKAGE_LIBICONV help Provides print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows |