This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 873deb6cca58127b5d9bb8f5584210f82ecc7a35 Author: Samuel Thibault <[email protected]> Date: Sat Feb 27 15:52:40 2016 +0000 patches/cross-fix.diff: Upstream patch to fix cross-linking --- debian/changelog | 1 + debian/patches/cross-fix.diff | 21 +++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 23 insertions(+) diff --git a/debian/changelog b/debian/changelog index 32ad61d..f169bcc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ hurd (1:0.7.git20160223-2) UNRELEASED; urgency=medium content to libihash-dev. * patches/parallel_build.diff: New patch to fix parallel install. * control: Allow parallel build. + * patches/cross-fix.diff: Upstream patch to fix cross-linking. -- Samuel Thibault <[email protected]> Fri, 26 Feb 2016 11:46:35 +0000 diff --git a/debian/patches/cross-fix.diff b/debian/patches/cross-fix.diff new file mode 100644 index 0000000..c8a4b99 --- /dev/null +++ b/debian/patches/cross-fix.diff @@ -0,0 +1,21 @@ +commit 8f2d35538813669eb0bde0a41b0bc9c4484d59a8 +Author: Samuel Thibault <[email protected]> +Date: Thu Feb 25 23:22:23 2016 +0100 + + Add missing libraries to fix bootstrap link + + * eth-multiplexer/Makefile (HURDLIBS): Add ihash and iohelp. + +diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile +index 8b392f4..159f385 100644 +--- a/eth-multiplexer/Makefile ++++ b/eth-multiplexer/Makefile +@@ -26,7 +26,7 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h + device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name" + OBJS = $(SRCS:.c=.o) $(MIGSTUBS) + LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h +-HURDLIBS=ports fshelp shouldbeinlibc netfs bpf ++HURDLIBS = ihash iohelp ports fshelp shouldbeinlibc netfs bpf + LDLIBS += -lpthread + + CFLAGS += -I$(top_srcdir)/libbpf diff --git a/debian/patches/series b/debian/patches/series index f13cbbb..5f9c55c 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -26,3 +26,4 @@ cross-link.patch procfs-compatible crash-logging.patch parallel_build.diff +cross-fix.diff -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
