aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/0002-verbose-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/julia/0002-verbose-build.patch')
-rw-r--r--community/julia/0002-verbose-build.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/julia/0002-verbose-build.patch b/community/julia/0002-verbose-build.patch
new file mode 100644
index 0000000000..c13f93fead
--- /dev/null
+++ b/community/julia/0002-verbose-build.patch
@@ -0,0 +1,17 @@
+Description: Ensure that build is verbose
+Author: Sébastien Villemot <sebastien@debian.org>
+Author: Shiz <hi@shiz.me>
+Forwarded: not-needed
+Last-Update: 2017-05-19
+---
+--- a/deps/libuv.mk
++++ b/deps/libuv.mk
+@@ -33,7 +33,7 @@
+ touch -c $(SRCDIR)/srccache/$(LIBUV_SRC_DIR)/configure
+ mkdir -p $(dir $@)
+ cd $(dir $@) && \
+- $< --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS)
++ $< --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS) --disable-silent-rules
+ touch -c $@
+ $(UV_SRC_TARGET): $(BUILDDIR)/$(LIBUV_SRC_DIR)/config.status
+ $(MAKE) -C $(dir $<) $(UV_MFLAGS)