aports/unmaintained/julia/0002-verbose-build.patch
Natanael Copa b007fd689e unmaintained/julia: move from community
the tests fails. move it to unmaintained til maintainer takes a look at it
2018-06-06 13:51:46 +00:00

19 lines
628 B
Diff

Description: Ensure that build is verbose
Author: Sébastien Villemot <sebastien@debian.org>
Author: Shiz <hi@shiz.me>
Author: Jakub Jirutka <jakub@jirutka.cz>
Forwarded: not-needed
Last-Updated: 2017-10-19
---
--- a/deps/libuv.mk
+++ b/deps/libuv.mk
@@ -30,7 +30,7 @@
touch -c $(SRCDIR)/srccache/$(LIBUV_SRC_DIR)/configure
mkdir -p $(dir $@)
cd $(dir $@) && \
- $(dir $<)/configure --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS)
+ $(dir $<)/configure --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS) --disable-silent-rules
echo 1 > $@
$(BUILDDIR)/$(LIBUV_SRC_DIR)/build-compiled: $(BUILDDIR)/$(LIBUV_SRC_DIR)/build-configured