Skip to content
Snippets Groups Projects
Verified Commit a656db51 authored by alice's avatar alice
Browse files

main/clang: depend on libstdc++-dev

parent 9b8a9d76
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -6,7 +6,7 @@
pkgname=clang
# Note: Update together with llvm.
pkgver=14.0.6
pkgrel=3
pkgrel=4
_llvmver=${pkgver%%.*}
pkgdesc="A C language family front-end for LLVM"
arch="all"
......@@ -77,9 +77,7 @@ check() {
}
package() {
# the libstdc++ headers are in g++, which are needed to use clang++.
# the better solution is to split libstdc++-dev, but that needs more testing
depends="g++"
depends="libstdc++-dev"
DESTDIR="$pkgdir" ninja -C build install
install -Dm644 build/lib/libclang.a -t "$pkgdir"/usr/lib/
......
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