Skip to content
Snippets Groups Projects
Verified Commit ffe3e0da authored by Peter Jung's avatar Peter Jung
Browse files

linux-tools: Disable LLVM support

Fixes: #4
parent e240e4f2
No related branches found
Tags 115.4.1-1
No related merge requests found
......@@ -91,6 +91,7 @@ build() {
NO_SDT=1 \
BUILD_BPF_SKEL=1 \
PYTHON=python \
NO_LIBLLVM=1 \
PYTHON_CONFIG=python-config \
DESTDIR="$pkgdir"
popd
......@@ -178,6 +179,7 @@ package_perf() {
NO_SDT=1 \
BUILD_BPF_SKEL=1 \
PYTHON=python \
NO_LIBLLVM=1 \
PYTHON_CONFIG=python-config \
DESTDIR="$pkgdir" \
install install-python_ext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment