Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardening flags are skipped in the Debian build and it thus fails: $ blhc --debian --line-numbers --color ${SALSA_CI_BLHC_ARGS} ${WORKING_DIR}/*.build || [ $? -eq 1 ] 140:LDFLAGS missing (-Wl,-z,relro -Wl,-z,now): gcc -r -nostdlib -Wl,-z,noexecstack,--format=binary -o xsk_def_xdp_prog.embed.o xsk_def_xdp_prog.o 143:LDFLAGS missing (-Wl,-z,relro -Wl,-z,now): gcc -r -nostdlib -Wl,-z,noexecstack,--format=binary -o xsk_def_xdp_prog_5.3.embed.o xsk_def_xdp_prog_5.3.o 150:LDFLAGS missing (-Wl,-z,relro -Wl,-z,now): gcc -r -nostdlib -Wl,-z,noexecstack,--format=binary -o xdp-dispatcher.embed.o xdp-dispatcher.o Fixes: 69a6939 ("libxdp: fix build with clang 18") Signed-off-by: Luca Boccassi <[email protected]>
- Loading branch information