packages: glibc/glibc.spec, glibc/glibc-binutils-ver.patch (NEW) - add binu...
patrys
patrys at pld-linux.org
Sat Sep 26 15:09:32 CEST 2009
Author: patrys Date: Sat Sep 26 13:09:32 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- add binutils patch (quick and dirty)
---- Files affected:
packages/glibc:
glibc.spec (1.839 -> 1.840) , glibc-binutils-ver.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/glibc/glibc.spec
diff -u packages/glibc/glibc.spec:1.839 packages/glibc/glibc.spec:1.840
--- packages/glibc/glibc.spec:1.839 Sat Sep 26 14:26:36 2009
+++ packages/glibc/glibc.spec Sat Sep 26 15:09:26 2009
@@ -73,6 +73,7 @@
Patch23: %{name}-pt_pax.patch
Patch25: %{name}-cv_gnu89_inline.patch
Patch26: %{name}-posix-sh.patch
+Patch27: %{name}-binutils-ver.patch
URL: http://www.gnu.org/software/libc/
%{?with_selinux:BuildRequires: audit-libs-devel}
BuildRequires: autoconf
@@ -82,6 +83,8 @@
%else
BuildRequires: binutils >= 2:2.15.90.0.3
%endif
+# FIXME: better binutils-ver patch needed
+BuildRequires: binutils >= 2:2.20.0.0.0
%{!?with_cross:BuildRequires: dietlibc-static}
BuildRequires: gawk
BuildRequires: gcc >= 5:3.4
@@ -915,6 +918,7 @@
%patch23 -p0
%patch25 -p1
%patch26 -p1
+%patch27 -p1
# cleanup backups after patching
find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -1655,6 +1659,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.840 2009/09/26 13:09:26 patrys
+- add binutils patch (quick and dirty)
+
Revision 1.839 2009/09/26 12:26:36 patrys
- add ca at valencia
- rel 14
================================================================
Index: packages/glibc/glibc-binutils-ver.patch
diff -u /dev/null packages/glibc/glibc-binutils-ver.patch:1.1
--- /dev/null Sat Sep 26 15:09:32 2009
+++ packages/glibc/glibc-binutils-ver.patch Sat Sep 26 15:09:26 2009
@@ -0,0 +1,15 @@
+--- glibc-2.10.1/configure.in~ 2009-09-26 14:29:52.000000000 +0200
++++ glibc-2.10.1/configure.in 2009-09-26 14:33:10.401939583 +0200
+@@ -897,10 +897,10 @@
+ # Accept binutils 2.13 or newer.
+ AC_CHECK_PROG_VER(AS, $AS, --version,
+ [GNU assembler.* \([0-9]*\.[0-9.]*\)],
+- [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
++ [2.2[0-9]*], AS=: critic_missing="$critic_missing as")
+ AC_CHECK_PROG_VER(LD, $LD, --version,
+ [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
+- [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
++ [2.2[0-9]*], LD=: critic_missing="$critic_missing ld")
+
+ # We need the physical current working directory. We cannot use the
+ # "pwd -P" shell builtin since that's not portable. Instead we try to
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glibc/glibc.spec?r1=1.839&r2=1.840&f=u
More information about the pld-cvs-commit
mailing list