From: Zbigniew Jędrzejewski-Szmek Date: Mon, 23 Nov 2015 20:08:53 +0000 (-0500) Subject: nss-myhostname: link less X-Git-Tag: v229~116^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4a4417ca86d108657b52c41c028876f002a7be4;p=thirdparty%2Fsystemd.git nss-myhostname: link less This reduces libraries reported by ldd by liblzma, liblz4, libgcrypt, libgpg-error, libacl, libidn, libseccomp. --- diff --git a/Makefile.am b/Makefile.am index db206ae13ef..b920d47a8a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4847,7 +4847,7 @@ libnss_myhostname_la_LDFLAGS = \ -Wl,--version-script=$(top_srcdir)/src/nss-myhostname/nss-myhostname.sym libnss_myhostname_la_LIBADD = \ - libshared.la + libsystemd-internal.la lib_LTLIBRARIES += \ libnss_myhostname.la