]> git.pld-linux.org Git - packages/ldc.git/commitdiff
disable lld support; rel 2 auto/th/ldc-1.28.0-2
authorJan Palus <atler@pld-linux.org>
Tue, 9 Nov 2021 10:51:04 +0000 (11:51 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 9 Nov 2021 10:51:04 +0000 (11:51 +0100)
ldc constructs list of linked libraries manually instead of relying on
cmake and by doing so constructs incomplete set of libraries

ldc.spec

index 94e6804ef29c2c1abeda05c3aa6683729453f5fa..323c2f01ffda9e02ba6317c59654bc32ca13a117 100644 (file)
--- a/ldc.spec
+++ b/ldc.spec
@@ -6,7 +6,7 @@
 Summary:       LLVM D Compiler
 Name:          ldc
 Version:       1.28.0
-Release:       1
+Release:       2
 # The DMD frontend in dmd/* GPL version 1 or artistic license
 # The files gen/asmstmt.cpp and gen/asm-*.hG PL version 2+ or artistic license
 License:       BSD
@@ -121,6 +121,7 @@ cd build-bootstrap2
        -S .. \
        -B build \
        -DD_COMPILER:PATH=$(pwd)/../build-bootstrap1/bin/ldmd2 \
+       -DLDC_WITH_LLD:BOOL=OFF \
        %{nil}
 %{__cmake} --build build
 cd ..
@@ -134,6 +135,7 @@ cd ..
 %if %{with bootstrap}
        -DD_COMPILER:PATH=$(pwd)/build-bootstrap2/build/bin/ldmd2 \
 %endif
+       -DLDC_WITH_LLD:BOOL=OFF \
        %{nil}
 
 %{__cmake} --build build
This page took 0.083173 seconds and 4 git commands to generate.