llvm: run ldconfig at post-install/remove.

This commit is contained in:
Juan RP 2013-01-04 10:38:27 +01:00
parent a01dca3f8e
commit 5a8130aa2c
3 changed files with 11 additions and 1 deletions

5
srcpkgs/llvm/INSTALL Normal file
View file

@ -0,0 +1,5 @@
case "${ACTION}" in
post)
ldconfig -r .
;;
esac

5
srcpkgs/llvm/REMOVE Normal file
View file

@ -0,0 +1,5 @@
case "${ACTION}" in
post)
ldconfig -r .
;;
esac

View file

@ -2,7 +2,7 @@
pkgname=llvm
version=3.2
wrksrc="llvm-${version}.src"
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-expensive-checks --disable-debug-runtime
--enable-targets=all --enable-bindings=none --enable-optimize