diff options
author | mark.yang <mark.yang@lge.com> | 2025-03-27 16:59:03 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-27 17:05:46 -0700 |
commit | 70463638b5f0ca05f68b6e63e469cd335150a863 (patch) | |
tree | 6dfb1658260309373f17bb313b99b8d18a16995f /meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch | |
parent | cc493b34d8853e49dcaa88336ed73032f5192372 (diff) | |
download | meta-openembedded-70463638b5f0ca05f68b6e63e469cd335150a863.tar.gz |
daemonize: fix build with gcc-15
* fix build with gcc-15.0.1
submitted to upstream: https://github.com/bmc/daemonize/pull/37
following error:
../git/getopt.c: In function 'x_getopt':
../git/getopt.c:51:16: error: too many arguments to function 'write'; expected 0, have 3
51 | (void) write(2, argv[0], (unsigned)strlen(argv[0]));
| ^~~~~ ~
../git/getopt.c:78:17: note: in expansion of macro 'ERR'
78 | ERR(": illegal option -- ", c);
| ^~~
../git/getopt.c:48:20: note: declared here
48 | extern int write();
| ^~~~~
Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch')
0 files changed, 0 insertions, 0 deletions