projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f61d3
)
local-disable-libnss-db
author
GNU Libc Maintainers
<debian-glibc@lists.debian.org>
Sat, 27 Aug 2022 11:38:11 +0000
(12:38 +0100)
committer
Aurelien Jarno
<aurel32@debian.org>
Sat, 27 Aug 2022 11:38:11 +0000
(12:38 +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 716bc8f6ef5276b00f6125841527239c0a484ac5..5074d8436f68ef648083b564f0d725f6659b3814 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