RE: Bug#1107081: RM: pgpool2, libpgpool2, libpgpool-dev, postgresql-17-pgpool2 [s390x] -- ROM; no longer supported on big-endian
Pranav P <[email protected]>
| Newsgroups | gmane.linux.debian.ports.s390 |
|---|---|
| Message-ID | <PH0PR15MB58169BDCA90B11CD7D8802F2A047A@PH0PR15MB5816.namprd15.prod.outlook.com> |
Hi Christoph, Thanks to Tatsuo Ishii ([email protected]) we have a fix for the issue. I tried with the following patch and it does seem to fix the issue. ``` diff --git a/configure.ac b/configure.ac index 881966fbc..bd8283090 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T AC_HEADER_TIME - +AC_C_BIGENDIAN dnl ===== Copied from PostgreSQL's configure start ===== dnl ``` You can get a better view of the fix at https://github.com/pgpool/pgpool2/issues/106 Thanks, Pranav