X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql-python3.patch;fp=postgresql-python3.patch;h=e9feeb0ca573df4a329a6218ab7d050989a99ec3;hb=560667a0e5c044b5a45b8ba0d377cc6f4036858a;hp=0000000000000000000000000000000000000000;hpb=66a714f5ecd865115b128f251cecc43e5cae74b8;p=packages%2Fpostgresql.git diff --git a/postgresql-python3.patch b/postgresql-python3.patch new file mode 100644 index 0000000..e9feeb0 --- /dev/null +++ b/postgresql-python3.patch @@ -0,0 +1,11 @@ +--- postgresql-13.7/config/python.m4 2022-05-09 23:16:30.000000000 +0200 ++++ postgresql-13.7/config/python.m4 2022-05-28 17:27:40.560655396 +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])