You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I applied the patch mentioned above and it makes postgres build. For packages that depend on postgres it looks like I also need to pass the following configure flags in addition to libpq.
--ld-option=-lpgcommon --ld-option=-lpgport
So for example to get a statically build executable for tmp-postgres, I'd need to change the definition in survey to
When I try to build postgresql (version 13), two tests
collate.icu.utf8
andforeigndata
fail.I noticed that the alpine repos have a patch to disable the
collate.icu.utf8
which is perhaps relevant.The text was updated successfully, but these errors were encountered: