diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-06 13:46:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-06-06 13:51:46 +0000 |
commit | b007fd689eb3bdc8520590b1956241e997016233 (patch) | |
tree | f0dd1e895f51e70fffd9338ec270172e2fe5cba6 /unmaintained/julia/0002-verbose-build.patch | |
parent | 8379a21ad0237d51f18ab16913e1a130e4c0845f (diff) | |
download | aports-b007fd689eb3bdc8520590b1956241e997016233.tar.bz2 aports-b007fd689eb3bdc8520590b1956241e997016233.tar.xz |
unmaintained/julia: move from community
the tests fails. move it to unmaintained til maintainer takes a look at it
Diffstat (limited to 'unmaintained/julia/0002-verbose-build.patch')
-rw-r--r-- | unmaintained/julia/0002-verbose-build.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/unmaintained/julia/0002-verbose-build.patch b/unmaintained/julia/0002-verbose-build.patch new file mode 100644 index 0000000000..51651aa172 --- /dev/null +++ b/unmaintained/julia/0002-verbose-build.patch @@ -0,0 +1,18 @@ +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 |