diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-06-23 23:29:50 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-10-16 14:30:17 +0200 |
commit | 574d049ddf3da3da001a2c3689b44d8c40d5364b (patch) | |
tree | 5c16ee0e7fdd6a40b572fdbb9080c19bc3f160f1 /external | |
parent | 7bdd6f613c8a87903be2e722402f952f511825ab (diff) |
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 <tml@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104416
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/postgresql/postgresql.exit.patch.0 | 2 |
1 files changed, 1 insertions, 1 deletions
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; /* |