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

[glibc] 01/01: hurd: New patch to fix missing dependency.



This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch sid
in repository glibc.

commit d7fa380cad60ee04520d7565fcf59cf80c88ad4a
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Mar 20 19:55:17 2016 +0100

    hurd: New patch to fix missing dependency.
---
 debian/changelog                                   |  2 ++
 debian/patches/hurd-i386/cvs-mach-syscalls.mk.diff | 21 +++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ac721bc..75306ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ glibc (2.22-4) UNRELEASED; urgency=medium
     Update.
   * patches/hurd-i386/cvs-errnos.d.diff: New patch to fix build dependency
     loop.
+  * patches/hurd-i386/cvs-mach-syscalls.mk.diff: New patch to fix missing
+    dependency.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 13 Mar 2016 15:03:58 +0100
 
diff --git a/debian/patches/hurd-i386/cvs-mach-syscalls.mk.diff b/debian/patches/hurd-i386/cvs-mach-syscalls.mk.diff
new file mode 100644
index 0000000..731f196
--- /dev/null
+++ b/debian/patches/hurd-i386/cvs-mach-syscalls.mk.diff
@@ -0,0 +1,21 @@
+commit c775104ac6c36d010570811c1e038ac92094e5e5
+Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
+Date:   Sun Mar 20 19:50:58 2016 +0100
+
+    Fix mach-syscalls.mk build
+    
+    	* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
+
+diff --git a/mach/Makefile b/mach/Makefile
+index 2a695a5..c58d235 100644
+--- a/mach/Makefile
++++ b/mach/Makefile
+@@ -61,7 +61,7 @@ mach-machine = $(patsubst powerpc,ppc,$(base-machine))
+ ifndef inhibit_mach_syscalls
+ -include $(objpfx)mach-syscalls.mk
+ endif
+-$(objpfx)mach-syscalls.mk: syscalls.awk Makefile
++$(objpfx)mach-syscalls.mk: syscalls.awk Makefile libc-modules.h
+ # Go kludges!!!
+ 	$(make-target-directory)
+ # We must use $(CFLAGS) to get -O flags that affect #if's in header files.
diff --git a/debian/patches/series b/debian/patches/series
index 98e554b..8d51800 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -150,6 +150,7 @@ hurd-i386/cvs-O_DIRECTORY.diff
 hurd-i386/cvs-raise-longjump.diff
 hurd-i386/submitted-hurd-abilist.diff
 hurd-i386/cvs-errnos.d.diff
+hurd-i386/cvs-mach-syscalls.mk.diff
 
 i386/local-biarch.diff
 i386/local-cmov.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: