projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac3af5a
)
local-disable-libnss-db
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 30 Sep 2023 08:31:05 +0000
(09:31 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 30 Sep 2023 08:31:05 +0000
(09:31 +0100)
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
nss/Makefile
patch
|
blob
|
history
diff --git
a/nss/Makefile
b/nss/Makefile
index 7a52c6879143e46d0ec7ed98edc98d02736abeac..2dde27e3c247d39c3fbe4ef513d440bb605a38c6 100644
(file)
--- a/
nss/Makefile
+++ b/
nss/Makefile
@@
-100,7
+100,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