Author: sthibault
Date: 2015-03-21 00:28:34 +0000 (Sat, 21 Mar 2015)
New Revision: 6410

Added:
   
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-libc-modules.h.diff
Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/patches/series
Log:
* patches/hurd-i386/cvs-libc-modules.h.diff: New patch, adds missing
  dependency on libc-modules.h.


Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog  2015-03-21 00:06:00 UTC 
(rev 6409)
+++ glibc-package/branches/glibc-2.21/debian/changelog  2015-03-21 00:28:34 UTC 
(rev 6410)
@@ -36,6 +36,8 @@
     fixes semaphore header inclusion.
   * patches/hurd-i386/unsubmitted-timer_routines.diff: New patch, fixes
     timer_routines build.
+  * patches/hurd-i386/cvs-libc-modules.h.diff: New patch, adds missing
+    dependency on libc-modules.h.
   * sysdeps/hurd.mk: Disable -Werror since MIG currently generates warnings.
   * libc0.3.symbols.hurd-i386: Update to new version engine.
   * patches/hurd-i386/{libpthread_version,

Added: 
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-libc-modules.h.diff
===================================================================
--- 
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-libc-modules.h.diff
                          (rev 0)
+++ 
glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-libc-modules.h.diff
  2015-03-21 00:28:34 UTC (rev 6410)
@@ -0,0 +1,22 @@
+commit d583531a9e15bc6d2b21a4cc3460682bc16b4892
+Author: Samuel Thibault <[email protected]>
+Date:   Sat Mar 21 01:19:23 2015 +0100
+
+    Add missing dependency
+    
+       * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
+       libc-modules.h
+
+diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
+index 82c11e0..b528815 100644
+--- a/sysdeps/mach/hurd/Makefile
++++ b/sysdeps/mach/hurd/Makefile
+@@ -78,7 +78,7 @@ endef
+ # the headers we want to search for Mach error codes, listed above (and
+ # incidentally, all other headers those include).
+ -include $(common-objpfx)errnos.d
+-$(common-objpfx)errnos.d: $(mach-errnos-deps)
++$(common-objpfx)errnos.d: $(mach-errnos-deps) libc-modules.h
+       $(mach-errno-h) | \
+       $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \
+       sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \

Modified: glibc-package/branches/glibc-2.21/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/series     2015-03-21 
00:06:00 UTC (rev 6409)
+++ glibc-package/branches/glibc-2.21/debian/patches/series     2015-03-21 
00:28:34 UTC (rev 6410)
@@ -137,6 +137,7 @@
 hurd-i386/libpthread_pthread_types.diff
 hurd-i386/cvs-unwind-resume.diff
 hurd-i386/unsubmitted-libpthread-semaphore.h.diff
+hurd-i386/cvs-libc-modules.h.diff
 
 i386/local-biarch.diff
 i386/local-cmov.diff


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

Reply via email to