summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2018-05-18 16:52:06 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2018-05-18 16:52:06 +0200
commit8f53bcba84c34c07a33f2dc510d0f980faa8fdcd (patch)
tree55351b0921bd9a92d82b813d6f313c4e000aa813
parent7af73ed7bd81d30d2ee1864a924b14b94fa3ec9c (diff)
downloadDistroKit-8f53bcba84c34c07a33f2dc510d0f980faa8fdcd.tar.gz
DistroKit-8f53bcba84c34c07a33f2dc510d0f980faa8fdcd.tar.xz
ptxconfig: disable unused libnsl
'reason' claims this is unused, so disable it: +rootfs_unused_libraries: + history: + rootfs.ref: + description: | + Libraries that are not used by programs or other libraries. + Match /usr/lib and /lib as needed to handle pre and post /usr merge. + libthread_db.so.1 is loaded by gdb(server) to debug threaded programs. + The rest are plugins for various programs that are loaded dynamically + at runtime. + analyzer: rootfs.RootfsObjectTree().unused() + optional: ... + present: + - /usr/lib/libnsl.so.1 Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-rw-r--r--configs/ptxconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/ptxconfig b/configs/ptxconfig
index 292b10e..96666c4 100644
--- a/configs/ptxconfig
+++ b/configs/ptxconfig
@@ -400,9 +400,9 @@ PTXCONF_GLIBC_NSS_FILES=y
# PTXCONF_GLIBC_NSS_HESIOD is not set
# PTXCONF_GLIBC_NSS_NIS is not set
# PTXCONF_GLIBC_NSS_NISPLUS is not set
-PTXCONF_GLIBC_NSS_COMPAT=y
+# PTXCONF_GLIBC_NSS_COMPAT is not set
PTXCONF_GLIBC_RESOLV=y
-PTXCONF_GLIBC_NSL=y
+# PTXCONF_GLIBC_NSL is not set
PTXCONF_GLIBC_LDCONFIG=y
PTXCONF_GLIBC_LDCONFIG_RC_ONCE=y
# PTXCONF_GLIBC_I18N_BIN_LOCALE is not set