Author: sthibault
Date: 2012-05-25 00:34:00 +0000 (Fri, 25 May 2012)
New Revision: 5256

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/libpthread.diff
Log:
patches/hurd-i386/libpthread.diff: Add -lrt in libpthread.a to fix static 
linking.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog        2012-05-20 21:04:11 UTC (rev 
5255)
+++ glibc-package/trunk/debian/changelog        2012-05-25 00:34:00 UTC (rev 
5256)
@@ -24,6 +24,8 @@
   * patches/hurd-i386/submitted-sendto.diff: New patch from Pino to fix
     sendto() calls with NULL addr.
   * control/{main,libc}: Remove libpthread-stubs-dev dependency on hurd-i386.
+  * patches/hurd-i386/libpthread.diff: Add -lrt in libpthread.a to fix static
+    linking.
 
  -- Clint Adams <[email protected]>  Fri, 04 May 2012 23:39:00 -0400
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/libpthread.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/libpthread.diff        
2012-05-20 21:04:11 UTC (rev 5255)
+++ glibc-package/trunk/debian/patches/hurd-i386/libpthread.diff        
2012-05-25 00:34:00 UTC (rev 5256)
@@ -2563,7 +2563,7 @@
 +EXTERN(_cthreads_funlockfile)
 +EXTERN(_cthreads_ftrylockfile)
 +
-+GROUP(-lpthread2 -lihash)
++GROUP(-lpthread2 -lihash -lrt)
 diff -urN eglibc-2.13.nolibpthread/libpthread/libpthread_pic.a 
eglibc-2.13/libpthread/libpthread_pic.a
 --- eglibc-2.13.nolibpthread/libpthread/libpthread_pic.a       1970-01-01 
00:00:00.000000000 +0000
 +++ eglibc-2.13/libpthread/libpthread_pic.a    2012-04-21 14:00:44.000000000 
+0000


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to