26cfd0d699
Win daily builds are failing since then. Also Jenkins is failing intermittently so it needs more investigation Revert "New UBSan failure with Firebird 3.0.11" This reverts commit345f8cc9de
. Revert "external/firebird: Reinstate UBSan function-type-mismatch fix" This reverts commitd5445a8c47
. Revert "mold: fatal: cannot open loader_path/../Debug/firebird" This reverts commitf2ba02eee9
. Revert "firebird: set -mmacosx-version-min to 10.15" This reverts commit6998eacf54
. Revert "tdf#134526 Firebird: upgrade to release 3.0.11" This reverts commit00eae23267
. Change-Id: Id4b0600965953051f6947f570c9b9a1f56044502 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162200 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
45 lines
899 B
Diff
45 lines
899 B
Diff
--- configure
|
|
+++ configure
|
|
@@ -20518,8 +20518,9 @@
|
|
else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <semaphore.h>
|
|
- main () {
|
|
+ int main () {
|
|
sem_t s;
|
|
exit(sem_init(&s,0,0));
|
|
}
|
|
@@ -21263,8 +21264,9 @@
|
|
else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <unistd.h>
|
|
- main () {
|
|
+ int main () {
|
|
exit(!(sizeof(off_t) == 8));
|
|
}
|
|
_ACEOF
|
|
@@ -21478,8 +21480,9 @@
|
|
else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
+#include <stdlib.h>
|
|
#include <semaphore.h>
|
|
-main () {
|
|
+int main () {
|
|
struct s {
|
|
char a;
|
|
union { long long x; sem_t y; } b;
|
|
@@ -21514,7 +21517,8 @@
|
|
else
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
-main () {
|
|
+#include <stdlib.h>
|
|
+int main () {
|
|
struct s {
|
|
char a;
|
|
double b;
|