From dd45342756cdf024e5ec6ac22f74589e54d26f34 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Mon, 13 Mar 2023 08:10:43 +0300 Subject: [PATCH] make-4.4.1 --- system/devel/make/actions.py | 3 +-- system/devel/make/pspec.xml | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/system/devel/make/actions.py b/system/devel/make/actions.py index 6d910eac..ddf0f65d 100644 --- a/system/devel/make/actions.py +++ b/system/devel/make/actions.py @@ -11,8 +11,7 @@ from pisi.actionsapi import pisitools def setup(): #shelltools.system("sed -i '211,217 d; 219,229 d; 232 d' lib/glob.c") - autotools.configure("--enable-nls \ - --program-prefix=g") + autotools.configure("--enable-nls --program-prefix=g") def build(): autotools.make() diff --git a/system/devel/make/pspec.xml b/system/devel/make/pspec.xml index 6594ea2a..5f513342 100644 --- a/system/devel/make/pspec.xml +++ b/system/devel/make/pspec.xml @@ -3,7 +3,7 @@ make - http://www.gnu.org/software/make/make.html + https://www.gnu.org/software/make/ PisiLinux Community admins@pisilinux.org @@ -12,24 +12,24 @@ app:console Standard tool to compile source trees Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program - mirrors://gnu/make/make-4.4.tar.gz + mirrors://gnu/make/make-4.4.1.tar.gz texinfo gettext gnuconfig patch gc-devel - + - make-4.4-sigpipe.patch + make - + /usr/bin @@ -42,6 +42,13 @@ + + 2023-03-13 + 4.4.1 + Version bump. + fury + uglyside@yandex.ru + 2023-02-09 4.4