diff options
author | Samuel Thibault <sthibault@debian.org> | 2008-07-04 14:35:53 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2008-07-04 14:35:53 +0000 |
commit | 385df771eb023064f6688562b640bfada5fdadd0 (patch) | |
tree | c03c8f7df13316647f27c433c7ef8ae775bc6c7e /debian | |
parent | a667f0c7b3f4a11aa426c9383c0b3f66ac1b6d6b (diff) |
* debian/patches/libpthread_stubs.patch: Fix build.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/libpthread_stubs.patch | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/debian/patches/libpthread_stubs.patch b/debian/patches/libpthread_stubs.patch index 6b73174a..68b20762 100644 --- a/debian/patches/libpthread_stubs.patch +++ b/debian/patches/libpthread_stubs.patch @@ -20,21 +20,15 @@ retrieving revision 1.7 diff -u -p -r1.7 Makefile --- libpthread/Makefile 19 Nov 2007 17:37:02 -0000 1.7 +++ libpthread/Makefile 31 Dec 2007 21:22:21 -0000 -@@ -180,12 +180,12 @@ CPPFLAGS += \ +@@ -180,7 +180,7 @@ CPPFLAGS += \ -imacros $(srcdir)/not-in-libc.h -install: install-headers $(libdir)/libpthread2.a $(libdir)/libpthread2_pic.a -+install: install-headers $(libdir)/libpthread2.a $(libdir)/libpthread2_pic.a $(includedir)/gnu/stubs-pthread.h ++install: install-headers $(libdir)/libpthread2.a $(libdir)/libpthread2_pic.a install-stubs-pthread install-headers: $(addprefix $(includedir)/, $(sysdeps_headers)) # XXX: If $(libdir)/libpthread2.a is installed and - # $(libdir)/libpthread is not, we can have some issues. --.PHONY: $(libdir)/libpthread.a $(libdir)/libpthread_pic.a -+.PHONY: $(libdir)/libpthread.a $(libdir)/libpthread_pic.a $(includedir)/gnu/stubs-pthread.h - - # 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,18 @@ $(libdir)/libpthread2_pic.a: $(libdir)/l mv $< $@ $(INSTALL_DATA) $(srcdir)/libpthread_pic.a $< |