[Pkg-sssd-devel] [Git][sssd-team/sssd][master] rules: Drop --with-ldb-dir, use the default value from the pkgconfig file. (Closes: #1009223)
Timo Aaltonen (@tjaalton)
gitlab at salsa.debian.org
Sun Apr 10 08:31:27 BST 2022
Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd
Commits:
e1585ce9 by Timo Aaltonen at 2022-04-10T10:31:10+03:00
rules: Drop --with-ldb-dir, use the default value from the pkgconfig file. (Closes: #1009223)
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/sssd-common.install
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ sssd (2.6.3-3) UNRELEASED; urgency=medium
* tests: Dump the daemon status after restart, hoping to see what the
error is if it fails to start.
+ * rules: Drop --with-ldb-dir, use the default value from the pkgconfig
+ file. (Closes: #1009223)
-- Timo Aaltonen <tjaalton at debian.org> Sat, 09 Apr 2022 16:10:52 +0300
=====================================
debian/rules
=====================================
@@ -28,7 +28,6 @@ override_dh_auto_configure:
dh_auto_configure -- --enable-krb5-locator-plugin \
--datadir=/usr/share/ \
--with-environment-file=/etc/default/sssd \
- --with-ldb-lib-dir=/usr/lib/$(DEB_HOST_MULTIARCH)/ldb/modules/ldb \
--with-krb5-plugin-path=/usr/lib/$(DEB_HOST_MULTIARCH)/krb5/plugins/libkrb5 \
--enable-nsslibdir=/lib/$(DEB_HOST_MULTIARCH) \
--enable-pammoddir=/lib/$(DEB_HOST_MULTIARCH)/security \
=====================================
debian/sssd-common.install
=====================================
@@ -16,7 +16,7 @@ usr/bin/sss_ssh_knownhostsproxy
usr/lib/*/cifs-utils/cifs_idmap_sss.so
usr/lib/*/krb5/plugins/authdata/sssd_pac_plugin.so
usr/lib/*/krb5/plugins/libkrb5/sssd_krb5_locator_plugin.so
-usr/lib/*/ldb/modules/ldb/memberof.so
+usr/lib/*/samba/ldb/memberof.so
usr/lib/*/libnfsidmap/sss.so
usr/lib/*/samba/idmap/sss.so
usr/lib/*/sssd/conf/sssd.conf
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/e1585ce9305f94f880126edcc7a35d26853693dc
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/commit/e1585ce9305f94f880126edcc7a35d26853693dc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-sssd-devel/attachments/20220410/f13dd773/attachment.htm>
More information about the Pkg-sssd-devel
mailing list