Author: arekm                        Date: Thu Aug 19 06:15:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix for make 3.82

---- Files affected:
packages/glibc:
   glibc.spec (1.878 -> 1.879) , glibc-newmake.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.878 packages/glibc/glibc.spec:1.879
--- packages/glibc/glibc.spec:1.878     Thu Aug 19 07:52:19 2010
+++ packages/glibc/glibc.spec   Thu Aug 19 08:14:58 2010
@@ -77,6 +77,7 @@
 Patch27:       %{name}-i686.patch
 Patch29:       %{name}-arm-alignment-fix.patch
 Patch30:       %{name}-static-glro-init.patch
+Patch31:       %{name}-newmake.patch
 URL:           http://www.gnu.org/software/libc/
 %{?with_selinux:BuildRequires: audit-libs-devel}
 BuildRequires: autoconf
@@ -923,6 +924,7 @@
 %patch27 -p1
 %patch29 -p1
 %patch30 -p1
+%patch31 -p1
 
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1687,6 +1689,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.879  2010/08/19 06:14:58  arekm
+- fix for make 3.82
+
 Revision 1.878  2010/08/19 05:52:19  baggins
 - rel 3
 - proper fix for getpagesize problems with statically linked programs

================================================================
Index: packages/glibc/glibc-newmake.patch
diff -u /dev/null packages/glibc/glibc-newmake.patch:1.1
--- /dev/null   Thu Aug 19 08:15:04 2010
+++ packages/glibc/glibc-newmake.patch  Thu Aug 19 08:14:58 2010
@@ -0,0 +1,28 @@
+Submitted By:            Matt Burgess <matthew_at_linuxfromscratch_dot_org>
+Date:                    2010-07-26
+Initial Package Version: 2.11.2
+Upstream Status:         Not submitted
+Origin:                  Denis Onischenko
+                         
(http://www.mail-archive.com/[email protected]/msg08847.html)
+Description:             Fixes an incompatibility with Make-3.82.
+
+diff -Naur glibc-2.11.2.orig/manual/Makefile glibc-2.11.2/manual/Makefile
+--- glibc-2.11.2.orig/manual/Makefile  2010-05-19 20:38:20.000000000 +0000
++++ glibc-2.11.2/manual/Makefile       2010-07-26 06:51:27.049899308 +0000
+@@ -232,9 +232,13 @@
+ .PHONY: stubs
+ stubs: $(objpfx)stubs
+ endif
+-$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
+-      $(make-target-directory)
+-      touch $@
++$(objpfx)stubs ../po/manual.pot:
++      $(make-target-directory)
++      touch $@
++
++$(objpfx)stamp%:
++      $(make-target-directory)
++      touch $@
+ 
+ # Make the target directory if it doesn't exist, using the `mkinstalldirs'
+ # script that does `mkdir -p' even if `mkdir' doesn't support that flag.
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.878&r2=1.879&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to