[-] Fix deprecated GCRY_THREAD_OPTION_PTHREAD_IMPL and GCRYCTL_SET_THREAD_CBS

Looks like libgcrypt uses platform standard threading instead of asking caller
for a threading package/callbacks.
This commit is contained in:
ejurgensen
2022-05-07 10:08:54 +02:00
parent 24bf83bd90
commit c90a1c17e3
2 changed files with 1 additions and 5 deletions

View File

@@ -171,7 +171,7 @@ PKG_CHECK_EXISTS([libplist],
[OWNTONE_MODULES_CHECK([OWNTONE], [LIBPLIST], [libplist-2.0],
[plist_dict_get_item], [plist/plist.h])])
AM_PATH_LIBGCRYPT([1:1.2.0])
AM_PATH_LIBGCRYPT([1:1.7.0])
OWNTONE_FUNC_REQUIRE([OWNTONE], [GNU Crypt Library], [LIBGCRYPT], [gcrypt],
[gcry_control], [gcrypt.h])
AM_PATH_GPG_ERROR([1.6])