diff options
| author | ghpzin <ghpzin@gmail.com> | 2025-09-21 02:42:44 +0300 |
|---|---|---|
| committer | ghpzin <ghpzin@gmail.com> | 2025-09-27 14:23:51 +0300 |
| commit | cf73a5c9dd29795c5ee96581a747f0ea419c0ab5 (patch) | |
| tree | 4e19bf3fbad6a77defedf5e2463a553122f1e276 /pkgs/development/python-modules/python-sql | |
| parent | ef6712a91b2cd6b2e30551c8b92e79efd543a31f (diff) | |
vsftpd: fix build with gcc15
- add patch from fedora, fixing `setup_bio_callbacks` definition
Fixes build failure with gcc15:
```
ssl.c: In function 'ssl_accept':
ssl.c:493:3: error: too many arguments to function 'setup_bio_callbacks';
expected 0, have 1
493 | setup_bio_callbacks(p_ssl);
| ^~~~~~~~~~~~~~~~~~~ ~~~~~
ssl.c:37:13: note: declared here
37 | static void setup_bio_callbacks();
| ^~~~~~~~~~~~~~~~~~~
ssl.c: In function 'ssl_session_init':
ssl.c:647:3: error: too many arguments to function 'setup_bio_callbacks';
expected 0, have 1
647 | setup_bio_callbacks(p_ssl);
| ^~~~~~~~~~~~~~~~~~~ ~~~~~
ssl.c:37:13: note: declared here
37 | static void setup_bio_callbacks();
| ^~~~~~~~~~~~~~~~~~~
ssl.c: At top level:
ssl.c:692:13: error: conflicting types for 'setup_bio_callbacks'; have
'void(SSL *)' {aka 'void(struct ssl_st *)'}
692 | static void setup_bio_callbacks(SSL* p_ssl)
| ^~~~~~~~~~~~~~~~~~~
ssl.c:37:13: note: previous declaration of 'setup_bio_callbacks' with
type 'void(void)'
37 | static void setup_bio_callbacks();
| ^~~~~~~~~~~~~~~~~~~
```
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
