Commit 4640de65 authored by Julien Muchembled's avatar Julien Muchembled

fixup! Disable warning for 2038 for tar for 32 bit systems

See commit 77eabe12.

BTW, the mentionned 3ff25131
commit was part of !1559.
parent 84130f62
Pipeline #34024 failed with stage
in 0 seconds
......@@ -24,7 +24,7 @@ patches =
patch-options = -p1
# disable year 2038 problem ONLY for 32 bit architectures
[coreutils:platform.architecture()[0] == '32bit']
[coreutils:bits32]
configure-options += --disable-year2038
[coreutils-output]
......
......@@ -14,5 +14,5 @@ environment =
PATH=${xz-utils:location}/bin:%(PATH)s
# disable year 2038 problem ONLY for 32 bit architectures
[tar:platform.architecture()[0] == '32bit']
[tar:bits32]
configure-options += --disable-year2038
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