mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
contrib: add argon2 library as daemon dependency
This patch fixes osx build that not correctly link with Argon2. Change-Id: I2f71179a163643667cac5caaa9517aed5a0de3fc Reviewed-by: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
This commit is contained in:
@ -573,6 +573,9 @@ AM_CONDITIONAL([BUILD_OPUS], [test "$HAVE_OPUS" -eq 1])
|
||||
dnl check for openDHT
|
||||
PKG_CHECK_MODULES([OPENDHT], [opendht >= 0.6.1],, AC_MSG_WARN([Missing OpenDHT]))
|
||||
|
||||
dnl check for argon2
|
||||
PKG_CHECK_MODULES([ARGON2], [libargon2],, AC_MSG_FAILURE([Missing Argon2]))
|
||||
|
||||
AC_CHECK_HEADER([cryptopp/cryptlib.h], , AC_MSG_FAILURE([Unable to find the cryptopp headers (you may need to install the dev package).]))
|
||||
LDFLAGS+=" -lcryptopp"
|
||||
AS_IF([test "${SYS}" = "mingw32"],[
|
||||
|
Reference in New Issue
Block a user