Skip to content

Commit

Permalink
Merge pull request #104 from ggtakec/fix/nettle_config
Browse files Browse the repository at this point in the history
Fixed configure.ac for nettle crypt library
  • Loading branch information
ggtakec authored Oct 18, 2024
2 parents 02a61da + 69ea2f0 commit b83a227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ case "${crypt_lib}" in
AC_SUBST([CRYPT_LIB_SOURCE], "k2hcryptnettle.cc")
AC_SUBST([CONFIGUREWITHOPT], "--with-nettle")
AM_SUBST_NOTMAKE([CONFIGUREWITHOPT])

#
# Depends Crypt library for packaging
#
AC_SUBST([RPM_DEPS_CRYPT_PKG], "nettle-devel")

;;
gcrypt)
AC_MSG_RESULT(gcrypt)
Expand Down

0 comments on commit b83a227

Please sign in to comment.