projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
798f5ec
)
local-disable-libnss-db
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Wed, 7 Feb 2024 18:25:17 +0000
(18:25 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Wed, 7 Feb 2024 18:25:17 +0000
(18:25 +0000)
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 6ef5bf23b30cc66b3d539f5ae7dbb79c58c83f54..0d83af263b65ff624ce914a5cad3bd976201d010 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