From 8f53bcba84c34c07a33f2dc510d0f980faa8fdcd Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 18 May 2018 16:52:06 +0200 Subject: 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 --- configs/ptxconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') 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 -- cgit v1.2.3