commit | f03f8da34fe96ac35a916ca3058b0f41971eae3b | [log] [tgz] |
---|---|---|
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | Fri Feb 16 18:59:42 2024 +0100 |
committer | Fabrice Fontaine <fontaine.fabrice@gmail.com> | Fri Feb 16 18:59:42 2024 +0100 |
tree | 97bc65f746afe77c5b2c7d991ebcc6c33dd3f5db | |
parent | 674b77a2bfe0ff84376c95031d4b1a689c6b8563 [diff] |
src/arch/aarch64: fix uclibc build Fix the following build failure with uclibc-ng raised since version 2.3 and https://github.com/axboe/liburing/commit/c6bc86e2125bcd6fa10ff2b128cd86486acadff6: In file included from lib.h:12, from setup.c:4: arch/aarch64/lib.h:7:10: fatal error: sys/auxv.h: No such file or directory 7 | #include <sys/auxv.h> | ^~~~~~~~~~~~ Fixes: - http://autobuild.buildroot.org/results/cc44d714c9267dd7a98debeb8c81c4ee1efe4ebb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>