mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
llvm: rebuild to have libllvm-32bit pkg.
This commit is contained in:
parent
092f5baaca
commit
fa84a8c451
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=llvm
|
pkgname=llvm
|
||||||
version=3.4
|
version=3.4
|
||||||
wrksrc="llvm-${version}"
|
wrksrc="llvm-${version}"
|
||||||
revision=2
|
revision=3
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
configure_args="--disable-expensive-checks --disable-debug-runtime
|
configure_args="--disable-expensive-checks --disable-debug-runtime
|
||||||
--enable-bindings=none --enable-optimize --enable-shared --enable-libffi
|
--enable-bindings=none --enable-optimize --enable-shared --enable-libffi
|
||||||
|
@ -124,7 +124,6 @@ llvm-docs_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libllvm_package() {
|
libllvm_package() {
|
||||||
lib32disabled=yes
|
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
replaces="llvm>3.2<3.3_4"
|
replaces="llvm>3.2<3.3_4"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue