]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- 2.9
authoraredridel <aredridel@pld-linux.org>
Thu, 7 Jul 2011 14:58:58 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Enable RTTI, required by rubinius and other rtti-enabled libraries that link to llvm.

Changed files:
    llvm.spec -> 1.24

llvm.spec

index 77d5c0838a3d085a4d7adff4c78149b93e565137..ef92778986ddcc8bfbcf6f192dddd17c9bc56320 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -229,6 +229,7 @@ bash ../%configure \
        --with-pic
 
 %{__make} \
+       REQUIRES_RTTI=1 \
        OPTIMIZE_OPTION="%{rpmcflags} %{rpmcppflags}"
 
 %if %{with test}
This page took 0.026812 seconds and 4 git commands to generate.