[neon/extras/labplot/Neon/unstable] debian: export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)

Carlos De Maine null at kde.org
Wed Jan 21 06:06:07 GMT 2026


Git commit 40cf2d02cf36fc20b0147384dd91bc20792b290c by Carlos De Maine.
Committed on 21/01/2026 at 06:06.
Pushed by carlosdem into branch 'Neon/unstable'.

export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/labplot/-/commit/40cf2d02cf36fc20b0147384dd91bc20792b290c

diff --git a/debian/rules b/debian/rules
index b582bec..253e030 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-export LLVM_INSTALL_DIR=/usr/lib/llvm-18
+export LLVM_INSTALL_DIR := $(shell llvm-config --prefix)
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list