From: GNU Libc Maintainers Date: Fri, 25 Nov 2016 22:09:39 +0000 (+0000) Subject: local-disable-libnss-db X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2^2^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c06bd61eddfbe0019a7f0ea9c067ba9f248c56c4;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 1f016d99c..73cb4668c 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -55,7 +55,7 @@ tests = test-netdb tst-nss-test1 test-digits-dots \ xtests = bug-erange # Specify rules for the nss_* modules. We have some services. -services := files db +services := files extra-libs = $(services:%=libnss_%) # These libraries will be built in the `others' pass rather than