libcryptui-gpg_version_fix.patch 516 B

12345678910111213
  1. diff -uprN libcryptui-3.12.2.orig/configure.ac libcryptui-3.12.2/configure.ac
  2. --- libcryptui-3.12.2.orig/configure.ac 2021-07-27 19:35:29.668962000 +0200
  3. +++ configure.ac 2021-07-27 19:36:21.194924363 +0200
  4. @@ -96,7 +96,7 @@ AC_ARG_ENABLE(gpg-check,
  5. if test "$DO_CHECK" = "yes"; then
  6. accepted_versions="1.2 1.4 2.0 2.1 2.2"
  7. - AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
  8. + AC_PATH_PROGS(GNUPG, [gpg1 gpg2], no)
  9. AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
  10. ok="no"
  11. if test "$GNUPG" != "no"; then