Commit 10cef4df authored by Ivan Tyagov's avatar Ivan Tyagov

Disable warning for time_t type after year 2038

(irrelevant for the coupler application).
parent 3701cd4b
......@@ -12,6 +12,15 @@ extends =
../../stack/monitor/buildout.cfg
../../stack/slapos.cfg
# disable warning for time_t type structure after 2038
# https://www.gnu.org/software/gnulib/manual/html_node/Avoiding-the-year-2038-problem.html
[coreutils]
configure-options =
--disable-libcap
--without-selinux
--prefix=@@LOCATION@@
--disable-year2038
# we need open62541's sources even after compiling and linking in [open62541]
# section. Reasons is that coupler's C application depends on it.
[open62541-source]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment