change-default-pinentry.diff 771 B

123456789101112131415161718192021
  1. Index: pinentry-0.8.0/configure.ac
  2. ===================================================================
  3. --- pinentry-0.8.0.orig/configure.ac
  4. +++ pinentry-0.8.0/configure.ac
  5. @@ -434,11 +434,11 @@ AM_CONDITIONAL(BUILD_PINENTRY_W32, test
  6. # Please change the order only after verifying that the preferred
  7. # pinentry really is better (more feature-complete and more secure).
  8. -if test "$pinentry_gtk_2" = "yes"; then
  9. - PINENTRY_DEFAULT=pinentry-gtk-2
  10. +if test "$pinentry_qt4" = "yes"; then
  11. + PINENTRY_DEFAULT=pinentry-qt4
  12. else
  13. - if test "$pinentry_gtk" = "yes"; then
  14. - PINENTRY_DEFAULT=pinentry-gtk
  15. + if test "$pinentry_gtk2" = "yes"; then
  16. + PINENTRY_DEFAULT=pinentry-gtk-2
  17. else
  18. if test "$pinentry_qt" = "yes"; then
  19. PINENTRY_DEFAULT=pinentry-qt