From: GNU Libc Maintainers Date: Mon, 2 Oct 2023 20:22:57 +0000 (+0100) Subject: local-disable-libnss-db X-Git-Tag: archive/raspbian/2.31-13+rpi1+deb11u7^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e844e257df7ec41634f9df5977d0486dc95a668;p=glibc.git local-disable-libnss-db Disable libnss-db as the format is not compatible with the libnss-db package, and is architecture dependent. Gbp-Pq: Topic any Gbp-Pq: Name local-disable-libnss-db.diff --- diff --git a/nss/Makefile b/nss/Makefile index 97bab5bb7..37abf7088 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -81,7 +81,7 @@ tests += tst-cancel-getpwuid_r endif # Specify rules for the nss_* modules. We have some services. -services := files db compat +services := files compat extra-libs = $(services:%=libnss_%) # These libraries will be built in the `others' pass rather than