clang-analyzer: fixed issue #40: clang-analyzer wrong path to clang.
This commit is contained in:
parent
f0ac43f06c
commit
d6741756d0
2 changed files with 2 additions and 1 deletions
|
@ -17,4 +17,5 @@ do_install() {
|
|||
ln -s ../lib/${pkgname}/scan-${f}/scan-${f} \
|
||||
scan-${f}
|
||||
done
|
||||
ln -sf /usr/bin/clang ${DESTDIR}/usr/lib/${pkgname}/scan-build
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=llvm
|
||||
version=3.2
|
||||
wrksrc="llvm-${version}.src"
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-expensive-checks --disable-debug-runtime
|
||||
--enable-targets=all --enable-bindings=none --enable-optimize
|
||||
|
|
Loading…
Reference in a new issue