diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-11-23 15:08:53 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-11-27 20:53:35 -0500 |
commit | b4a4417ca86d108657b52c41c028876f002a7be4 (patch) | |
tree | 09825b49d538bf597d954cd6f315afdfde84f6ba /Makefile.am | |
parent | 564c44436cf64adc7a9eff8c17f386899194a893 (diff) |
nss-myhostname: link less
This reduces libraries reported by ldd by liblzma,
liblz4, libgcrypt, libgpg-error, libacl, libidn, libseccomp.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index db206ae13e..b920d47a8a 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 |