From 46375488ba648de505a5933f3b953e5f3573095b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 7 Aug 2012 23:31:21 +0200 Subject: * open_issues/packaging_libpthread: One issue fixed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hurd/libpthread.git, commit 549aba4335946c26f2701c2b43be0e6148d27c09 »Fix libpthread.so symlink«. --- open_issues/packaging_libpthread.mdwn | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'open_issues') diff --git a/open_issues/packaging_libpthread.mdwn b/open_issues/packaging_libpthread.mdwn index 528e0b01..d22b7be0 100644 --- a/open_issues/packaging_libpthread.mdwn +++ b/open_issues/packaging_libpthread.mdwn @@ -168,15 +168,11 @@ License|/fdl]]."]]"""]] The libpthread in Debian glibc is hurd/libpthread.git:b428baaa85c0adca9ef4884c637f289a0ab5e2d6 but with 25260994c812050a5d7addf125cdc90c911ca5c1 »Store self in __thread variable - instead of threadvar« reverted (why?), and the following additional - change applied to Makefile: - ifeq ($(IN_GLIBC),yes) - $(inst_libdir)/libpthread.so: - $(objpfx)libpthread.so$(libpthread.so-version) \ - $(+force) - - ln -sf $(slibdir)/libpthread.so$(libpthread.so-version) - $@ - + ln -sf libpthread.so$(libpthread.so-version) $@ + instead of threadvar« reverted (why?), [...] + +..., and 549aba4335946c26f2701c2b43be0e6148d27c09 »Fix libpthread.so symlink« +cherry-picked. + tschwinge: is there any plan to merge libpthread.git in glibc.git upstream ? braunr, youpi: Has not yet been discussed with Roland, as far @@ -185,5 +181,3 @@ License|/fdl]]."]]"""]] libpthread.diff is supposed to be a verbatim copy of the repository and then there are a couple patches which don't (yet) make sense upstream - the slibdir change, however, is odd - it must be a leftover -- cgit v1.2.3