Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
sssd
Commits:
cc45c6a6 by Tobias Powalowski at 2024-09-10T14:10:15+02:00
upgpkg: 2.9.5-5: fix #4 correct module path'
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sssd
pkgdesc = System Security Services Daemon
pkgver = 2.9.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=sssd
pkgver=2.9.5
-pkgrel=4
+pkgrel=5
pkgdesc="System Security Services Daemon"
arch=('x86_64')
url="https://github.com/SSSD/sssd"
@@ -95,6 +95,7 @@ build() {
--without-selinux \
--without-semanage \
--with-systemdunitdir=/usr/lib/systemd/system \
+ --with-ldb-lib-dir=/usr/lib/samba/ldb \
;
sed -i '/\<HAVE_KRB5_SET_TRACE_CALLBACK\>/d' config.h
make
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/cc45c6a6a693852b6c202f34bab007fd3a265956
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/cc45c6a6a693852b6c202f34bab007fd3a265956
You're receiving this email because of your account on gitlab.archlinux.org.