diff options
| author | Rahul Butani <rrbutani@users.noreply.github.com> | 2024-05-10 01:27:14 -0700 |
|---|---|---|
| committer | Rahul Butani <rrbutani@users.noreply.github.com> | 2024-05-10 01:27:19 -0700 |
| commit | 7c28930254ca30130b0598eac806f15b2d428883 (patch) | |
| tree | d3535beb26541e88d5050c86105889cb333311d8 /pkgs/development/python-modules/python-openstackclient | |
| parent | 446a3fbadaa5d5338bdb7127fac484e9db1ee2ec (diff) | |
uucp: unbreak on Darwin/in `pkgsLLVM`
`configure` contains snippets like `main(){return(0);}` which modern
clang versions complain about (with the default warnings and errors):
```console
configure:1283:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main(){return(0);}
^
int
```
As a workaround, this commit has the package:
- regenerate `configure` as part of the build
- patches a test for `void` to not rely on `exit` being implicitly
defined
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
