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

r5443 - in glibc-package/branches/eglibc-2.17/debian: . patches patches/any



Author: adconrad
Date: 2013-01-22 02:22:29 +0000 (Tue, 22 Jan 2013)
New Revision: 5443

Added:
   glibc-package/branches/eglibc-2.17/debian/patches/any/unsubmitted-tst-array-as-needed.diff
Modified:
   glibc-package/branches/eglibc-2.17/debian/changelog
   glibc-package/branches/eglibc-2.17/debian/patches/series
Log:
debian/patches/any/unsubmitted-tst-array-as-needed.diff: Fix tst-array2
and tst-array5 to build with --no-as-needed to prevent test regression.

Modified: glibc-package/branches/eglibc-2.17/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/changelog	2013-01-18 12:31:37 UTC (rev 5442)
+++ glibc-package/branches/eglibc-2.17/debian/changelog	2013-01-22 02:22:29 UTC (rev 5443)
@@ -61,6 +61,8 @@
   * debian/debhelper.in/libc.preinst: Fix preinst kernel check to match
     the reality that we need >= 2.6.32, as found in squeeze/lucid/RHEL6.
   * debian/rules: Fix EGLIBC_VERSION epoch parsing breakage (LP: #929565)
+  * debian/patches/any/unsubmitted-tst-array-as-needed.diff: Fix tst-array2
+    and tst-array5 to build with --no-as-needed to prevent test regression.
 
  -- Adam Conrad <adconrad@0c3.net>  Mon, 26 Nov 2012 02:20:40 -0700
 

Added: glibc-package/branches/eglibc-2.17/debian/patches/any/unsubmitted-tst-array-as-needed.diff
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/any/unsubmitted-tst-array-as-needed.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.17/debian/patches/any/unsubmitted-tst-array-as-needed.diff	2013-01-22 02:22:29 UTC (rev 5443)
@@ -0,0 +1,14 @@
+diff --git a/elf/Makefile b/elf/Makefile
+index 84f8397..6d4b365 100644
+--- a/elf/Makefile
++++ b/elf/Makefile
+@@ -849,6 +849,9 @@ LDFLAGS-tst-execstack-needed = -Wl,-z,noexecstack
+ LDFLAGS-tst-execstack-prog = -Wl,-z,execstack
+ endif
+ 
++LDFLAGS-tst-array2 = $(no-as-needed)
++LDFLAGS-tst-array5 = $(no-as-needed)
++
+ $(objpfx)tst-array1.out: tst-array1.exp $(objpfx)tst-array1
+ 	$(built-program-cmd) > $@
+ 	cmp $@ tst-array1.exp > /dev/null

Modified: glibc-package/branches/eglibc-2.17/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.17/debian/patches/series	2013-01-18 12:31:37 UTC (rev 5442)
+++ glibc-package/branches/eglibc-2.17/debian/patches/series	2013-01-22 02:22:29 UTC (rev 5443)
@@ -219,3 +219,4 @@
 any/local-disable-libnss-db.diff
 any/local-revert-bz13979.diff
 any/local-tst-eintr1-eagain.diff
+any/unsubmitted-tst-array-as-needed.diff


Reply to: