projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8931e75
)
local-disable-libnss-db
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Thu, 13 Jul 2023 18:07:47 +0000
(19:07 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Thu, 13 Jul 2023 18:07:47 +0000
(19: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 a978e3927a78c36ef8a83d15e07655cdc0a6deeb..6daa425e516aa7b8b885f599d97d3592107ca626 100644
(file)
--- a/
nss/Makefile
+++ b/
nss/Makefile
@@
-99,7
+99,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