projects
/
julia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b709bde
)
do-not-download-llvm
author
Debian Julia Team
<pkg-julia-devel@lists.alioth.debian.org>
Sat, 2 Mar 2019 23:41:50 +0000
(23:41 +0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 2 Mar 2019 23:41:50 +0000
(23:41 +0000)
===================================================================
Gbp-Pq: Name do-not-download-llvm.patch
deps/llvm.mk
patch
|
blob
|
history
diff --git
a/deps/llvm.mk
b/deps/llvm.mk
index 5af5f6363d5c6a6687226b31ce5229ac8d6fc523..3ff1f88d2ea2a96e0e3ab611e83fd23ab5860d58 100644
(file)
--- a/
deps/llvm.mk
+++ b/
deps/llvm.mk
@@
-161,7
+161,7
@@
ifeq ($(BUILD_LLDB),0)
LLVM_CMAKE += -DLLVM_TOOL_LLDB_BUILD=OFF
endif
-LLVM_SRC_URL :=
http://releases.llvm.org
/$(LLVM_VER)
+LLVM_SRC_URL :=
file://$(shell pwd)/../debian/embedded
/$(LLVM_VER)
ifneq ($(LLVM_CLANG_TAR),)
$(LLVM_CLANG_TAR): | $(SRCCACHE)