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

r4558 - in glibc-package/branches/eglibc-2.13/debian: . patches patches/any



Author: aurel32
Date: 2011-03-01 13:21:35 +0000 (Tue, 01 Mar 2011)
New Revision: 4558

Added:
   glibc-package/branches/eglibc-2.13/debian/patches/any/local-linuxthreads-deps.diff
Modified:
   glibc-package/branches/eglibc-2.13/debian/changelog
   glibc-package/branches/eglibc-2.13/debian/patches/series
Log:
  * Add patches/any/local-linuxthreads-deps.diff to fix testsuite issues
    on GNU/kFreeBSD.



Modified: glibc-package/branches/eglibc-2.13/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/changelog	2011-02-28 23:50:44 UTC (rev 4557)
+++ glibc-package/branches/eglibc-2.13/debian/changelog	2011-03-01 13:21:35 UTC (rev 4558)
@@ -128,6 +128,8 @@
   * Add patches/alpha/submitted-fcntl_h.diff, submitted-stackinfo.diff,
     submitted-libm-hidden.diff and submitted-statfs.diff to partially 
     fix FTBFS on alpha.
+  * Add patches/any/local-linuxthreads-deps.diff to fix testsuite issues
+    on GNU/kFreeBSD.
 
   [ Samuel Thibault ]
   * Add patches/any/cvs-glro_dl_debug_mask.diff to fix build without

Added: glibc-package/branches/eglibc-2.13/debian/patches/any/local-linuxthreads-deps.diff
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/any/local-linuxthreads-deps.diff	                        (rev 0)
+++ glibc-package/branches/eglibc-2.13/debian/patches/any/local-linuxthreads-deps.diff	2011-03-01 13:21:35 UTC (rev 4558)
@@ -0,0 +1,16 @@
+2011-03-01  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* Makefile (tst-_res1): Add tst-_res1mod1 to dependency list.
+
+--- a/linuxthreads/Makefile
++++ b/linuxthreads/Makefile
+@@ -314,7 +314,8 @@
+ 
+ ifeq (yes,$(build-shared))
+ $(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
+-$(objpfx)tst-_res1: $(objpfx)tst-_res1mod2.so $(shared-thread-library)
++$(objpfx)tst-_res1: $(objpfx)tst-_res1mod1.so $(objpfx)tst-_res1mod2.so \
++		    $(shared-thread-library)
+ 
+ $(objpfx)tst-tls1: $(objpfx)tst-tls1mod.so $(shared-thread-library)
+ 

Modified: glibc-package/branches/eglibc-2.13/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/series	2011-02-28 23:50:44 UTC (rev 4557)
+++ glibc-package/branches/eglibc-2.13/debian/patches/series	2011-03-01 13:21:35 UTC (rev 4558)
@@ -228,3 +228,4 @@
 any/local-relro-mprotect.diff
 any/cvs-dl-missing-deps.diff
 any/cvs-rtld-prelink.diff
+any/local-linuxthreads-deps.diff


Reply to: