From a667f0c7b3f4a11aa426c9383c0b3f66ac1b6d6b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 4 Jul 2008 14:18:09 +0000 Subject: * debian/patches/libpthread_stubs.patch: Fix build. --- debian/changelog | 2 ++ debian/patches/libpthread_stubs.patch | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dc997d7d..6bbb5103 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ hurd (20080607-2) UNRELEASED; urgency=low + [Samuel Thibault] * debian/patches/libpthread_pthreadtypes_h.patch: New patch to get pthread types into , which will be able to include. + * debian/patches/libpthread_stubs.patch: Fix build. -- Michael Banck Wed, 11 Jun 2008 15:40:16 +0200 diff --git a/debian/patches/libpthread_stubs.patch b/debian/patches/libpthread_stubs.patch index 1d3932b9..6b73174a 100644 --- a/debian/patches/libpthread_stubs.patch +++ b/debian/patches/libpthread_stubs.patch @@ -35,12 +35,15 @@ diff -u -p -r1.7 Makefile # XXX: These rules are a hack. But it is better than messing with # ../Makeconf at the moment. Note that the linker scripts -@@ -199,6 +199,15 @@ $(libdir)/libpthread2_pic.a: $(libdir)/l +@@ -199,6 +199,18 @@ $(libdir)/libpthread2_pic.a: $(libdir)/l mv $< $@ $(INSTALL_DATA) $(srcdir)/libpthread_pic.a $< -+$(includedir)/gnu/stubs-pthread.h: $(OBJS) ++install-stubs-pthread: stubs-pthread.h + mkdir -p $(includedir)/gnu ++ $(INSTALL_DATA) $< $(includedir)/gnu/stubs-pthread.h ++ ++stubs-pthread.h: $(OBJS) + $(OBJDUMP) -h $^ | \ + $(AWK) '/\.gnu\.glibc-stub\./ { \ + sub(/\.gnu\.glibc-stub\./, "", $$2); \ -- cgit v1.2.3