]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/meson.build
gcrypt: dlopenify for libsystemd
[thirdparty/systemd.git] / src / network / meson.build
index 2708b3a5bf4aa39974fe0e72fea3970aa399d515..14810ddb75f0d182c85aa70e215068da726d9e03 100644 (file)
@@ -147,8 +147,7 @@ if get_option('link-networkd-shared')
         networkd_link_with = [libshared]
 else
         networkd_link_with = [libsystemd_static,
-                              libshared_static,
-                              libbasic_gcrypt]
+                              libshared_static]
 endif
 
 network_includes = [libsystemd_network_includes, include_directories(['.', 'netdev', 'tc'])]