mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
samba: update to 3.6.22.
This commit is contained in:
parent
00f2680291
commit
a418e7ab3c
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'samba'
|
# Template file for 'samba'
|
||||||
pkgname=samba
|
pkgname=samba
|
||||||
version=3.6.21
|
version=3.6.22
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc=source3
|
build_wrksrc=source3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
configure_args="--with-fhs --with-pam --with-pam_smbpass --with-ldap
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.samba.org"
|
homepage="http://www.samba.org"
|
||||||
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
distfiles="http://us1.samba.org/samba/ftp/stable/$pkgname-$version.tar.gz"
|
||||||
checksum=6b960abee66058a9390be036ae42efc463790b2cf4c53f842660fa36a3dc979e
|
checksum=30bdf20e7788785573196a33905e7e27083a32d749285c22958edce0721cdeea
|
||||||
|
|
||||||
conf_files="/etc/pam.d/samba"
|
conf_files="/etc/pam.d/samba"
|
||||||
hostmakedepends="pkg-config perl python-devel"
|
hostmakedepends="pkg-config perl python-devel"
|
||||||
|
@ -38,6 +38,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=yes"
|
smb_krb5_cv_enctype_to_string_takes_krb5_context_arg=yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
sed -e 's,XFS_QUOTA_,FS_QUOTA_,g' -i lib/sysquotas_xfs.c
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
# conf file
|
# conf file
|
||||||
|
|
Loading…
Add table
Reference in a new issue