projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5786d
)
local-disable-libnss-db
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Tue, 4 Oct 2022 05:07:58 +0000
(06:07 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Tue, 4 Oct 2022 05:07:58 +0000
(06:07 +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 de439d4911ba8913eb8c1d483a7c3b85345fcd82..cc3ea5d620c8be48881dd04c326b81aa4351a493 100644
(file)
--- a/
nss/Makefile
+++ b/
nss/Makefile
@@
-88,7
+88,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