databases/mysql80-server: fix build on armv7
PR: 267422 Sponsored by: Netzkommune GmbH
This commit is contained in:
parent
4e53b378c4
commit
315977f1bd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- ts = {secs.count(),
|
||||
- std::chrono::duration_cast<std::chrono::nanoseconds>(timeout)
|
||||
+ ts = {(time_t)secs.count(),
|
||||
+ (time_t)std::chrono::duration_cast<std::chrono::nanoseconds>(timeout)
|
||||
+ (long)std::chrono::duration_cast<std::chrono::nanoseconds>(timeout)
|
||||
.count()};
|
||||
|
||||
p_ts = &ts;
|
||||
|
|
Loading…
Reference in a new issue