diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-12-06 14:21:51 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-12-14 18:31:19 +0300 |
| commit | e6e1987584a838dba9f36f03f4f322dbaee17a3a (patch) | |
| tree | dcc206d3d69069696285c3a898db45cf746f6433 /pkgs/development/python-modules/python-openstackclient | |
| parent | e2402bac5530d86bf31cd172392217440cdcaad9 (diff) | |
cvs: fix build with gcc15
- add "-std=gnu17" to `env.NIX_CFLAGS_COMPILE`
Upstream had no updates since 2019
Fedora used 13k LOC patch instead and submitted it upstream:
https://src.fedoraproject.org/rpms/cvs/c/43fad212ad729bdeabfe93b1f12007a75fc2862d
https://savannah.nongnu.org/bugs/index.php?66726
Fixes build failure with gcc15:
```
sighandle.c: In function 'SIG_handle':
sighandle.c:207:18: error: too many arguments to function
'this->handler'; expected 0, have 1
207 | (*this->handler)(sig);
| ~^~~~~~~~~~~~~~~ ~~~
sighandle.c:59:35: note: declared here
59 | RETSIGTYPE (*handler)();
| ^~~~~~~
```
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
