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

r5180 - in glibc-package/trunk/debian: . patches/hurd-i386



Author: sthibault
Date: 2012-04-01 16:26:06 +0000 (Sun, 01 Apr 2012)
New Revision: 5180

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-pthread_posix-option.diff
Log:
patches/hurd-i386/unsubmitted-pthread_posix-option.diff: Refresh.

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-04-01 14:43:42 UTC (rev 5179)
+++ glibc-package/trunk/debian/changelog	2012-04-01 16:26:06 UTC (rev 5180)
@@ -4,6 +4,7 @@
   * patches/hurd-i386/tg-symlink_dealloc.diff: New patch from Ludovic Courtès
     to fix port deallocation on symlink creation failure.
   * patches/hurd-i386/tg-unwind-resume.diff: Remove patch, fixed upstream.
+  * patches/hurd-i386/unsubmitted-pthread_posix-option.diff: Refresh.
 
  -- Aurelien Jarno <aurel32@debian.org>  Mon, 27 Feb 2012 07:03:32 +0100
 

Modified: glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-pthread_posix-option.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-pthread_posix-option.diff	2012-04-01 14:43:42 UTC (rev 5179)
+++ glibc-package/trunk/debian/patches/hurd-i386/unsubmitted-pthread_posix-option.diff	2012-04-01 16:26:06 UTC (rev 5180)
@@ -116,16 +116,16 @@
 --- a/sysdeps/mach/hurd/Makefile
 +++ b/sysdeps/mach/hurd/Makefile
 @@ -212,6 +212,10 @@ shared-only-routines += unwind-resume
- CFLAGS-unwind-resume.c += -fexceptions -fasynchronous-unwind-tables
+ CFLAGS-dl-load.c = -DEXTERNAL_MAP_FROM_FD
  endif
  
 +ifeq ($(subdir),posix)
 +CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"libpthread 0.3"'
 +endif
 +
- ifeq ($(subdir),rt)
- librt-sysdep_routines += rt-unwind-resume
- librt-shared-only-routines += rt-unwind-resume
+ # We need these libs to link static programs in the libc source tree, too.
+ ifeq (yes,$(build-static))
+ link-libc-static := -Wl,-\( \
 --- /dev/null
 +++ b/sysdeps/mach/hurd/gai_misc.h
 @@ -0,0 +1,44 @@


Reply to: