[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r4325 - in glibc-package/branches/glibc-branch-lenny/debian: . patches patches/alpha



Author: aurel32
Date: 2010-06-05 22:55:29 +0000 (Sat, 05 Jun 2010)
New Revision: 4325

Added:
   glibc-package/branches/glibc-branch-lenny/debian/patches/alpha/submitted-rtld-fPIC.diff
Modified:
   glibc-package/branches/glibc-branch-lenny/debian/changelog
   glibc-package/branches/glibc-branch-lenny/debian/patches/series
Log:
  * Add patches/alpha/submitted-rtld-fPIC.diff to fix FTBFS on alpha
    due to the changes introduced by patches/any/cvs-ld-elf.diff.



Modified: glibc-package/branches/glibc-branch-lenny/debian/changelog
===================================================================
--- glibc-package/branches/glibc-branch-lenny/debian/changelog	2010-06-05 10:56:35 UTC (rev 4324)
+++ glibc-package/branches/glibc-branch-lenny/debian/changelog	2010-06-05 22:55:29 UTC (rev 4325)
@@ -1,3 +1,10 @@
+glibc (2.7-18lenny4) stable-security; urgency=low
+
+  * Add patches/alpha/submitted-rtld-fPIC.diff to fix FTBFS on alpha
+    due to the changes introduced by patches/any/cvs-ld-elf.diff.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 06 Jun 2010 00:54:37 +0200
+
 glibc (2.7-18lenny3) stable-security; urgency=low
 
   * patches/any/cvs-strfmon.diff: fix integer overflows in the

Added: glibc-package/branches/glibc-branch-lenny/debian/patches/alpha/submitted-rtld-fPIC.diff
===================================================================
--- glibc-package/branches/glibc-branch-lenny/debian/patches/alpha/submitted-rtld-fPIC.diff	                        (rev 0)
+++ glibc-package/branches/glibc-branch-lenny/debian/patches/alpha/submitted-rtld-fPIC.diff	2010-06-05 22:55:29 UTC (rev 4325)
@@ -0,0 +1,20 @@
+2009-05-26  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* sysdeps/alpha/Makefile (CFLAGS-rtld.c): add $(PIC-ccflag).
+
+---
+ ports/sysdeps/alpha/Makefile |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- a/sysdeps/alpha/Makefile
++++ b/sysdeps/alpha/Makefile
+@@ -35,7 +35,8 @@
+ 
+ ifeq ($(subdir),elf)
+ # The ld.so startup code cannot use literals until it self-relocates.
+-CFLAGS-rtld.c = -mbuild-constants
++# It uses more than 64k for the small data area.
++CFLAGS-rtld.c = -mbuild-constants $(PIC-ccflag)
+ endif
+ 
+ # Build everything with full IEEE math support, and with dynamic rounding;

Modified: glibc-package/branches/glibc-branch-lenny/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-branch-lenny/debian/patches/series	2010-06-05 10:56:35 UTC (rev 4324)
+++ glibc-package/branches/glibc-branch-lenny/debian/patches/series	2010-06-05 22:55:29 UTC (rev 4325)
@@ -51,6 +51,7 @@
 alpha/submitted-xstat.diff -p0
 alpha/submitted-PTR_MANGLE.diff
 alpha/submitted-procfs_h.diff -p1
+alpha/submitted-rtld-fPIC.diff -p1
 
 amd64/cvs-vdso_clock_gettime.diff -p1
 amd64/local-biarch.diff 


Reply to: