mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
llvm18: fix libz3 link
This commit is contained in:
parent
70b452f5fc
commit
70a2664fc6
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'llvm18'.
|
||||
pkgname=llvm18
|
||||
version=18.1.8
|
||||
revision=3
|
||||
revision=4
|
||||
build_wrksrc=llvm
|
||||
build_style=cmake
|
||||
configure_args="
|
||||
|
@ -311,6 +311,8 @@ post_install() {
|
|||
vcopy ${wrksrc}/${build_wrksrc}/runtimes-doc/libunwind/docs/html ${LIBUNWIND_DOCS}
|
||||
fi
|
||||
|
||||
sed -i 's|/usr[^;]*libz3.so|z3|' "${DESTDIR}/usr/lib/cmake/llvm/LLVMExports.cmake"
|
||||
|
||||
# Can this be disabled some other way?
|
||||
rm -rf ${DESTDIR}/usr/lib64
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue