mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
samba: update to samba-3.5.6, add talloc support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1edc18dfe3
commit
c6224a0530
@ -37,7 +37,7 @@ sh autogen.sh
|
||||
$SMB_AVAHI \
|
||||
--without-pam \
|
||||
--without-ads \
|
||||
--without-libtalloc \
|
||||
--with-libtalloc \
|
||||
--without-libtdb \
|
||||
--without-libnetapi \
|
||||
--with-cifsmount \
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user