nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

at devShellTools-shell 19 lines 1.0 kB view raw
1*** suricata-5.0.0/ebpf/Makefile.in 2019-10-16 22:39:13.174649416 +0200 2--- suricata-5.0.0/ebpf/Makefile.in.fixed 2019-10-16 22:38:41.822201802 +0200 3*************** 4*** 527,533 **** 5 @BUILD_EBPF_TRUE@$(BPF_TARGETS): %.bpf: %.c 6 # From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm) 7 @BUILD_EBPF_TRUE@ ${CLANG} -Wall $(BPF_CFLAGS) -O2 \ 8! @BUILD_EBPF_TRUE@ -I/usr/include/$(build_cpu)-$(build_os)/ \ 9 @BUILD_EBPF_TRUE@ -D__KERNEL__ -D__ASM_SYSREG_H \ 10 @BUILD_EBPF_TRUE@ -target bpf -S -emit-llvm $< -o ${@:.bpf=.ll} 11 # From LLVM-IR to BPF-bytecode in ELF-obj file 12--- 527,533 ---- 13 @BUILD_EBPF_TRUE@$(BPF_TARGETS): %.bpf: %.c 14 # From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm) 15 @BUILD_EBPF_TRUE@ ${CLANG} -Wall $(BPF_CFLAGS) -O2 \ 16! @BUILD_EBPF_TRUE@ -idirafter ../bpf_stubs_workaround \ 17 @BUILD_EBPF_TRUE@ -D__KERNEL__ -D__ASM_SYSREG_H \ 18 @BUILD_EBPF_TRUE@ -target bpf -S -emit-llvm $< -o ${@:.bpf=.ll} 19 # From LLVM-IR to BPF-bytecode in ELF-obj file