diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-29 17:04:19 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-09-24 10:04:48 +0800 |
commit | e621da947048842109db1b4fd3917a02e0501aa2 (patch) | |
tree | 2db52b808d390e64fda914f6e5d1531ffd12e9b5 /meta-python/recipes-devtools/python/python3-pytest-lazy-fixture | |
parent | ac273bd3e126b3c24cccc8438e6ca8012f155e56 (diff) | |
download | meta-openembedded-scarthgap.tar.gz |
procmail: Add -Wno-implicit-int to fix error of do_compilescarthgap
Without the option -Wno-implicit-int , the following error will occur and the command procmail will not be installed to target.
lmtp.c:54:8: error: type defaults to 'int' in declaration of 'ctopfd' [-Wimplicit-int]
54 | static ctopfd;
| ^~~~~~
make[1]: [Makefile:239: lmtp.o] Error 1 (ignored)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit d23de74dc8f80b8a4abb21801dcfbef611664e9a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-lazy-fixture')
0 files changed, 0 insertions, 0 deletions