]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: add 'nss' install_tag to nss modules
authorMike Gilbert <floppym@gentoo.org>
Sat, 14 May 2022 15:21:20 +0000 (11:21 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sat, 14 May 2022 15:59:13 +0000 (11:59 -0400)
meson.build

index e43dcf7d509074242c2b35a2d0abc25adac51215..dfe1ff17b33b50386063f4dcc68b2a50f0e96276 100644 (file)
@@ -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,