[arch-commits] Commit in samba/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Tue Mar 31 16:41:03 UTC 2020
Date: Tuesday, March 31, 2020 @ 16:41:02
Author: jelle
Revision: 378953
upgpkg: samba 4.12.0-3
Enabling profiling FS#58617 and add ceph-libs as dep
Modified:
samba/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 13:36:46 UTC (rev 378952)
+++ PKGBUILD 2020-03-31 16:41:02 UTC (rev 378953)
@@ -11,7 +11,7 @@
pkgbase=samba
pkgname=('libwbclient' 'smbclient' 'samba')
pkgver=4.12.0
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url="https://www.samba.org"
license=('GPL3')
@@ -69,7 +69,8 @@
--disable-rpath-install \
--with-cluster-support \
--with-system-mitkrb5 \
- --with-experimental-mit-ad-dc
+ --with-experimental-mit-ad-dc \
+ --with-profiling-data
# Add this to the options once it's working...
#--with-system-mitkrb5 /opt/heimdal
@@ -164,7 +165,7 @@
pkgdesc="SMB Fileserver and AD Domain server"
depends=('db>=4.7' 'popt' 'libcups' 'libcap>=2.16' 'gnutls>=2.4.1'
'talloc' 'ldb' 'libbsd' 'python' 'iniparser' 'tdb' 'libaio' 'perl-parse-yapp' "smbclient>=$pkgver" 'gpgme'
- 'libldb.so' 'libtdb.so' 'libtevent.so')
+ 'ceph-libs' 'libldb.so' 'libtdb.so' 'libtevent.so')
backup=(etc/logrotate.d/samba
etc/pam.d/samba
etc/conf.d/samba)
More information about the arch-commits
mailing list