app-admin/ananicy-cpp: Add support for Clang compilation and eBPF implementation

Signed-off-by: Alberto Gireud <agireud@protonmail.com>
This commit is contained in:
Alberto Gireud
2024-03-06 21:49:13 -06:00
parent 76572b25a7
commit af85370459
2 changed files with 40 additions and 3 deletions

View File

@@ -10,4 +10,8 @@
<remote-id type="gitlab">ananicy-cpp/ananicy-cpp</remote-id>
<remote-id type="github">kuche1/minq-ananicy</remote-id>
</upstream>
<use>
<flag name="bpf">Use eBPF for processing</flag>
<flag name="clang">Use Clang compiler instead of GCC</flag>
</use>
</pkgmetadata>