From: Mike Gilbert Date: Sat, 14 May 2022 15:21:20 +0000 (-0400) Subject: meson: add 'nss' install_tag to nss modules X-Git-Tag: v251~38^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35d17e15dcd0a9407f5608977c7f448631b160b8;p=thirdparty%2Fsystemd.git meson: add 'nss' install_tag to nss modules --- diff --git a/meson.build b/meson.build index e43dcf7d509..dfe1ff17b33 100644 --- a/meson.build +++ b/meson.build @@ -2140,13 +2140,16 @@ foreach tuple : [['myhostname', 'ENABLE_NSS_MYHOSTNAME'], librt], link_depends : sym, install : true, + install_tag : 'nss', install_dir : rootlibdir) # We cannot use shared_module because it does not support version suffix. # Unfortunately shared_library insists on creating the symlink… meson.add_install_script('sh', '-c', 'rm $DESTDIR@0@/libnss_@1@.so' - .format(rootlibdir, module)) + .format(rootlibdir, module), + install_tag : 'nss' + ) if want_tests != 'false' test('dlopen-nss_' + module,