100-disable_repmgr_hack.patch 322 B

1234567891011
  1. --- a/dist/configure
  2. +++ b/dist/configure
  3. @@ -32451,7 +32451,7 @@ if test "$db_cv_build_replication" = yes
  4. case "$db_cv_mutex" in
  5. POSIX/pthread*|Solaris/lwp)
  6. - db_cv_build_replication_mgr=yes;;
  7. + db_cv_build_replication_mgr=no;;
  8. esac
  9. if test "$db_cv_pthread_api" = yes; then
  10. db_cv_build_replication_mgr=yes