Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
20 lines
1016 B
Diff
20 lines
1016 B
Diff
*** suricata-5.0.0/ebpf/Makefile.in 2019-10-16 22:39:13.174649416 +0200
|
|
--- suricata-5.0.0/ebpf/Makefile.in.fixed 2019-10-16 22:38:41.822201802 +0200
|
|
***************
|
|
*** 527,533 ****
|
|
@BUILD_EBPF_TRUE@$(BPF_TARGETS): %.bpf: %.c
|
|
# From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm)
|
|
@BUILD_EBPF_TRUE@ ${CLANG} -Wall $(BPF_CFLAGS) -O2 \
|
|
! @BUILD_EBPF_TRUE@ -I/usr/include/$(build_cpu)-$(build_os)/ \
|
|
@BUILD_EBPF_TRUE@ -D__KERNEL__ -D__ASM_SYSREG_H \
|
|
@BUILD_EBPF_TRUE@ -target bpf -S -emit-llvm $< -o ${@:.bpf=.ll}
|
|
# From LLVM-IR to BPF-bytecode in ELF-obj file
|
|
--- 527,533 ----
|
|
@BUILD_EBPF_TRUE@$(BPF_TARGETS): %.bpf: %.c
|
|
# From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm)
|
|
@BUILD_EBPF_TRUE@ ${CLANG} -Wall $(BPF_CFLAGS) -O2 \
|
|
! @BUILD_EBPF_TRUE@ -idirafter ../bpf_stubs_workaround \
|
|
@BUILD_EBPF_TRUE@ -D__KERNEL__ -D__ASM_SYSREG_H \
|
|
@BUILD_EBPF_TRUE@ -target bpf -S -emit-llvm $< -o ${@:.bpf=.ll}
|
|
# From LLVM-IR to BPF-bytecode in ELF-obj file
|