From 5f6e849a93d972f7e848208fa04418abd4463170 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 6 Nov 2022 12:12:59 +0100 Subject: update --- build.mk | 2 +- graphviz/Makefile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.mk b/build.mk index 0fcceaf..41b85d9 100644 --- a/build.mk +++ b/build.mk @@ -13,7 +13,7 @@ arc ?= $(notdir $(url)) configure_cmd ?= ./configure -build_cmd ?= make +build_cmd ?= make -j8 install_cmd ?= sudo make install uninstall_cmd ?= sudo make uninstall diff --git a/graphviz/Makefile b/graphviz/Makefile index 5284637..ba8b073 100644 --- a/graphviz/Makefile +++ b/graphviz/Makefile @@ -5,6 +5,8 @@ configure_flags = --enable-lefty include ../build.mk # Old versions +# lefty not compiling in 3.0.0 +#url = https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/3.0.0/graphviz-3.0.0.tar.gz #url = https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.2/graphviz-2.47.2.tar.gz #url = https://gitlab.com/graphviz/graphviz/-/package_files/7097035/download #arc = graphviz-2.46.1.tar.gz -- cgit v1.2.3