packages: make/make.spec, make/make-3.82-MAKEFLAGS-reexec.patch (NEW) - rel...
arekm
arekm at pld-linux.org
Wed Aug 11 07:52:00 CEST 2010
Author: arekm Date: Wed Aug 11 05:52:00 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2; fix glibc make install-headers issue
---- Files affected:
packages/make:
make.spec (1.83 -> 1.84) , make-3.82-MAKEFLAGS-reexec.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/make/make.spec
diff -u packages/make/make.spec:1.83 packages/make/make.spec:1.84
--- packages/make/make.spec:1.83 Sat Aug 7 21:55:46 2010
+++ packages/make/make.spec Wed Aug 11 07:51:54 2010
@@ -10,7 +10,7 @@
Summary(uk.UTF-8): GNU Make
Name: make
Version: 3.82
-Release: 1
+Release: 2
Epoch: 1
License: GPL v3+
Group: Development/Building
@@ -24,6 +24,7 @@
#Patch2: %{name}-memory.patch
# needs rewrite for 3.82, but probably nothing serious
#Patch3: %{name}-newlines.patch
+Patch4: %{name}-3.82-MAKEFLAGS-reexec.patch
URL: http://www.gnu.org/software/make/
BuildRequires: autoconf >= 2.59
BuildRequires: automake >= 1:1.9
@@ -97,6 +98,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch4 -p0
%build
%{__gettextize}
@@ -153,6 +155,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.84 2010/08/11 05:51:54 arekm
+- rel 2; fix glibc make install-headers issue
+
Revision 1.83 2010/08/07 19:55:46 qboosh
- updated to 3.82
- updated info,getcwd patches
================================================================
Index: packages/make/make-3.82-MAKEFLAGS-reexec.patch
diff -u /dev/null packages/make/make-3.82-MAKEFLAGS-reexec.patch:1.1
--- /dev/null Wed Aug 11 07:52:00 2010
+++ packages/make/make-3.82-MAKEFLAGS-reexec.patch Wed Aug 11 07:51:54 2010
@@ -0,0 +1,14 @@
+http://bugs.gentoo.org/331975
+http://bugs.gentoo.org/show_bug.cgi?id=331975
+
+--- main.c 2010/07/19 07:10:53 1.243
++++ main.c 2010/08/10 07:35:34 1.244
+@@ -2093,7 +2093,7 @@
+ const char *pv = define_makeflags (1, 1);
+ char *p = alloca (sizeof ("MAKEFLAGS=") + strlen (pv) + 1);
+ sprintf (p, "MAKEFLAGS=%s", pv);
+- putenv (p);
++ putenv (allocated_variable_expand (p));
+ }
+
+ if (ISDB (DB_BASIC))
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/make/make.spec?r1=1.83&r2=1.84&f=u
More information about the pld-cvs-commit
mailing list