diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 02:50:32 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-10-19 02:50:32 +0200 |
commit | 243ef3763a7a93f1ab783afbc847f7783f539f4c (patch) | |
tree | 9f8d8a66017eb952a7d5a940287c79055a5811c8 /community/julia/0002-verbose-build.patch | |
parent | 89182e0a43c4e4beac1bb5d9f87d267bc62eed6a (diff) | |
download | aports-243ef3763a7a93f1ab783afbc847f7783f539f4c.tar.bz2 aports-243ef3763a7a93f1ab783afbc847f7783f539f4c.tar.xz |
Revert "community/julia: upgrade to 0.6.0"
This reverts commit 89182e0a43c4e4beac1bb5d9f87d267bc62eed6a.
Sorry, I somehow messed up merging...
Diffstat (limited to 'community/julia/0002-verbose-build.patch')
-rw-r--r-- | community/julia/0002-verbose-build.patch | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/community/julia/0002-verbose-build.patch b/community/julia/0002-verbose-build.patch index 51651aa172..c13f93fead 100644 --- a/community/julia/0002-verbose-build.patch +++ b/community/julia/0002-verbose-build.patch @@ -1,18 +1,17 @@ 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 +Last-Update: 2017-05-19 --- --- a/deps/libuv.mk +++ b/deps/libuv.mk -@@ -30,7 +30,7 @@ +@@ -33,7 +33,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 +- $< --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) |