]> git.ipfire.org Git - thirdparty/suricata.git/commit
ebpf: Use $(CLANG) to build eBPF programs
authorHilko Bengen <bengen@hilluzination.de>
Thu, 21 Feb 2019 08:34:41 +0000 (09:34 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 20 Aug 2019 12:22:50 +0000 (14:22 +0200)
commitf105bb724ab2d438c99b35afc3c6b2b4277115e7
tree5dcd9d40fd5179c1b252863938221a7844a66c49
parente3f00c3d304b22ccd875f6bf8fa1e0860dba3459
ebpf: Use $(CLANG) to build eBPF programs

This change makes it possible to generate the eBPF programs even if
Suricata itself is built a different C compiler. It also simplifies
how the correct llc program is detected.

Implements Feature https://redmine.openinfosecfoundation.org/issues/2789
configure.ac
ebpf/Makefile.am