Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
12 lines
392 B
Diff
12 lines
392 B
Diff
--- libdatovka-v0.2.1/configure.ac 2021-11-03 13:33:03.000000000 +0100
|
|
+++ libdatovka-v0.2.1-patched/configure.ac 2023-01-18 11:44:25.647566474 +0100
|
|
@@ -46,6 +46,8 @@
|
|
[Define if you want include debugging code])
|
|
)
|
|
|
|
+CFLAGS="${CFLAGS} -Wno-error=deprecated-declarations"
|
|
+
|
|
AC_CHECK_DECL([_WIN32])
|
|
AM_CONDITIONAL([WIN32], [test "$ac_cv_have_decl__WIN32" = "yes"])
|
|
|