external/postgresql/postgresql.exit.patch.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3eade177c22f7896f92056e68c96867d647ddff3 Author: Tor Lillqvist <[email protected]> AuthorDate: Tue Jun 23 23:29:50 2020 +0300 Commit: Andras Timar <[email protected]> CommitDate: Fri Oct 16 14:35:05 2020 +0200 Brown paper bag fix for e69f547bce7de376a0af464c5f7af5e7d2c8784a No idea why Jenkins didn't notice. Change-Id: Iaab45f40ad97db3118373eb0d27fd57692f979ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96981 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <[email protected]> diff --git a/external/postgresql/postgresql.exit.patch.0 b/external/postgresql/postgresql.exit.patch.0 index fe9bdcca8569..0d167925f4a4 100644 --- a/external/postgresql/postgresql.exit.patch.0 +++ b/external/postgresql/postgresql.exit.patch.0 @@ -14,6 +14,6 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include <stdlib.h> - typedef long int ac_int64; + typedef long long int ac_int64; /* _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
