Skip to content

Commit

Permalink
[2.4] autotools: gcc 8.5 expects explicit library flags for libgrypt (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jul 4, 2024
1 parent 4246cb4 commit 7fcdb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/libgcrypt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AC_ARG_WITH(libgcrypt-dir,
netatalk_cv_libgcrypt=$withval)
if test x$netatalk_cv_libgcrypt != x ; then
LIBGCRYPT_CFLAGS="-I$netatalk_cv_libgcrypt/include"
LIBGCRYPT_LIBS="-L$netatalk_cv_libgcrypt/lib"
LIBGCRYPT_LIBS="-L$netatalk_cv_libgcrypt/lib -lgcrypt -lgpg-error"
else
PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= 1.2.3],
ac_cv_have_libgcrypt=yes,
Expand Down

0 comments on commit 7fcdb26

Please sign in to comment.