]> git.pld-linux.org Git - packages/opencl-clang.git/commitdiff
fake git executable
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 2 Jul 2019 06:15:27 +0000 (08:15 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Tue, 2 Jul 2019 06:15:27 +0000 (08:15 +0200)
building from source should not need that

opencl-clang.spec

index 4d40b63766e1ae103f927ca9c3252b77d22b1b4b..ffffd8506977bfc1f265b6b7ca6f0e623220e6f6 100644 (file)
@@ -52,6 +52,7 @@ cd build
        -DPREFERRED_LLVM_VERSION="%{llvm_version}" \
        -DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
        -DSPIRV_TRANSLATOR_DIR="%{_prefix}" \
+       -DGIT_EXECUTABLE=/bin/false \
        ../
 %{__make}
 
This page took 0.195227 seconds and 4 git commands to generate.