diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index 6579a9d085e..698b47c4ccc 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -2,7 +2,7 @@ pkgname=llvm version=3.6.0 wrksrc="llvm-${version}.src" -revision=2 +revision=3 lib32disabled=yes configure_args="--disable-expensive-checks --disable-debug-runtime --enable-bindings=none --enable-optimized --enable-shared --enable-libffi @@ -88,7 +88,7 @@ do_configure() { do_build() { unset CC CXX CPP AR AS RANLIB CFLAGS CXXFLAGS CPPFLAGS LDFLAGS cd build - make ${makejobs} + make REQUIRES_RTTI=1 ${makejobs} } do_install() {