mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
llvm19: fix libz3 link
This commit is contained in:
parent
0e7fc3e01c
commit
0006a78617
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'llvm19'
|
||||
pkgname=llvm19
|
||||
version=19.1.4
|
||||
revision=5
|
||||
revision=6
|
||||
build_wrksrc=llvm
|
||||
build_style=cmake
|
||||
_llvm_prefix=lib/llvm/19
|
||||
|
@ -370,7 +370,7 @@ post_install() {
|
|||
vmkdir usr/lib/clang
|
||||
ln -s ../llvm/19/lib/clang/19 ${DESTDIR}/usr/lib/clang/19
|
||||
|
||||
sed 's|/usr[^;]*libz3.so|z3|' "${DESTDIR}/${_llvm_libdir}/cmake/llvm/LLVMExports.cmake"
|
||||
sed -i 's|/usr[^;]*libz3.so|z3|' "${DESTDIR}/${_llvm_libdir}/cmake/llvm/LLVMExports.cmake"
|
||||
}
|
||||
|
||||
_llvm_alts=(
|
||||
|
|
Loading…
Add table
Reference in a new issue