From: GNU Libc Maintainers Date: Sun, 3 Jul 2016 19:59:34 +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^2^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=54737e3101e286c90aec3756de6f1356563b0d21;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 b1693a875..4e77de183 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