X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-python3.patch;fp=postgresql-python3.patch;h=1668db90e62e0fabc1164a8d6e5320afa2a27f8f;hb=80e80607549d2e62a45da4c4c3565a6a5b965caa;hp=0000000000000000000000000000000000000000;hpb=c8e563ba1be46cd880f3aebef95196937b78b734;p=packages%2Fpostgresql.git diff --git a/postgresql-python3.patch b/postgresql-python3.patch new file mode 100644 index 0000000..1668db9 --- /dev/null +++ b/postgresql-python3.patch @@ -0,0 +1,11 @@ +--- postgresql-12.11/config/python.m4 2022-05-09 23:18:31.000000000 +0200 ++++ postgresql-12.11/config/python.m4 2022-05-28 17:30:01.649923602 +0200 +@@ -16,7 +16,7 @@ + # "python2" and "python3", in which case it's reasonable to prefer the + # newer version. + AC_DEFUN([PGAC_PATH_PYTHON], +-[PGAC_PATH_PROGS(PYTHON, [python python3 python2]) ++[PGAC_PATH_PROGS(PYTHON, [python3 python2 python]) + AC_ARG_VAR(PYTHON, [Python program])dnl + if test x"$PYTHON" = x""; then + AC_MSG_ERROR([Python not found])