Issues cross-compiling libpq 14.x to MacOS armv8

2021-11-30 Thread Vincas Dargis
Hi list, I wanted to update [0] Conan package for building libpq 14.1. Usually it's enough to add new tarball and declare it's hash, but it seems that since 14.0 cross-compiling to armv8 MacOS now fails, and I *guess* it's due to removed `--disable-strong-random` option. Here's some snippets

Re: Issues cross-compiling libpq 14.x to MacOS armv8

2021-12-02 Thread Vincas Dargis
Thanks Tom! Should we expect this fix in the next 14 patch release, or only in 15.x? If latter, I would add this patch into Conan package itself, to make it work earlier. On 2021-11-30 23:33, Tom Lane wrote: I wrote: It seems like a useful test when *not* cross compiling, which is most of th