samba: update to samba-3.5.6, add talloc support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-10 19:38:11 +02:00
parent 1edc18dfe3
commit c6224a0530
2 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ sh autogen.sh
$SMB_AVAHI \
--without-pam \
--without-ads \
--without-libtalloc \
--with-libtalloc \
--without-libtdb \
--without-libnetapi \
--with-cifsmount \

View File

@ -1,12 +1,12 @@
PKG_NAME="samba"
PKG_VERSION="3.5.5"
PKG_VERSION="3.5.6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.samba.org"
PKG_URL="http://samba.org/samba/ftp/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="sqlite"
PKG_BUILD_DEPENDS="toolchain sqlite"
PKG_DEPENDS="sqlite talloc"
PKG_BUILD_DEPENDS="toolchain sqlite talloc"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"