]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - test/test-functions
gcrypt: dlopenify for libsystemd
[thirdparty/systemd.git] / test / test-functions
index 112f8b065c70289eae886cb6ea39e71b16db69f3..5d63a41d80dad542fa66d1965d3b5e952211bf95 100644 (file)
@@ -1555,7 +1555,7 @@ install_missing_libraries() {
     local lib path
     # A number of dependencies is now optional via dlopen, so the install
     # script will not pick them up, since it looks at linkage.
-    for lib in libcryptsetup libidn libidn2 pwquality libqrencode tss2-esys tss2-rc tss2-mu tss2-tcti-device libfido2 libbpf libelf libdw xkbcommon p11-kit-1 libarchive; do
+    for lib in libcryptsetup libidn libidn2 pwquality libqrencode tss2-esys tss2-rc tss2-mu tss2-tcti-device libfido2 libbpf libelf libdw xkbcommon p11-kit-1 libarchive libgcrypt; do
         ddebug "Searching for $lib via pkg-config"
         if pkg-config --exists "$lib"; then
                 path="$(pkg-config --variable=libdir "$lib")"