summaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/STATUS
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-11-02 08:48:35 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-11-02 08:48:35 +0200
commit6954a3429933a6c8aa7110f5a11649ecf048d2c7 (patch)
tree61bf0d702517b22a40bc167eebcf0c62ecbe6af9 /main/libc0.9.32/STATUS
parentb1638039e29283d0f0f1251f275f11fd904e8986 (diff)
downloadaports-6954a3429933a6c8aa7110f5a11649ecf048d2c7.tar.bz2
aports-6954a3429933a6c8aa7110f5a11649ecf048d2c7.tar.xz
main/libc0.9.32: dlsym(RTLD_NEXT) fix
Diffstat (limited to 'main/libc0.9.32/STATUS')
-rw-r--r--main/libc0.9.32/STATUS18
1 files changed, 18 insertions, 0 deletions
diff --git a/main/libc0.9.32/STATUS b/main/libc0.9.32/STATUS
index c457f2fef..155df167f 100644
--- a/main/libc0.9.32/STATUS
+++ b/main/libc0.9.32/STATUS
@@ -49,4 +49,22 @@
Needs to be upstreamed
+uclibc-dlclose-fix.patch
+ Origin: Alpine
+ Author: Timo Teräs
+
+ Fix dlclose() to not try to free static TLS symbols. This seems
+ to happen on x86_64 with certain .so's. They probably link against
+ TLS symbol defined in the main binary (or the loader has additional
+ bug on this).
+
+ Needs to be upstreamed
+uclibc-rtld_next-fix.patch
+ Origin: Alpine
+ Author: Timo Teräs
+
+ Fix dlsym(RTLD_NEXT) lookups to search all linked-in modules
+ instead of just the first one of them.
+
+ Needs to be upstreamed