projects
/
julia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1643d10
)
do-not-download-llvm
author
Debian Julia Team
<pkg-julia-devel@lists.alioth.debian.org>
Fri, 17 May 2019 09:01:01 +0000
(10:01 +0100)
committer
Mo Zhou
<cdluminate@gmail.com>
Fri, 17 May 2019 09:01:01 +0000
(10:01 +0100)
===================================================================
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 d09579b21e27e9e054e7968377140d37eeee60ea..40bcd45117b3a188d2a0636da586afed6a13f5b1 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)