summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-07-12 09:07:59 +0000
committerRoy Marples <uberlord@gentoo.org>2007-07-12 09:07:59 +0000
commit63dc337e165e458608cd6bddd95b6ab23987505b (patch)
treea2220c11a94d91485b0134acc4afa43d37c31c23 /sys-freebsd/freebsd-lib/files
parentFix CONFIG_CHECK and remove redundant DEPEND, thanks to Helmut Auer <vdr@helm... (diff)
downloadgentoo-2-63dc337e165e458608cd6bddd95b6ab23987505b.tar.gz
gentoo-2-63dc337e165e458608cd6bddd95b6ab23987505b.tar.bz2
gentoo-2-63dc337e165e458608cd6bddd95b6ab23987505b.zip
Install a default libmap.conf which maps libc_r and libpthread to libthr
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sys-freebsd/freebsd-lib/files')
-rw-r--r--sys-freebsd/freebsd-lib/files/libmap.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-lib/files/libmap.conf b/sys-freebsd/freebsd-lib/files/libmap.conf
new file mode 100644
index 000000000000..7a879f973788
--- /dev/null
+++ b/sys-freebsd/freebsd-lib/files/libmap.conf
@@ -0,0 +1,8 @@
+# /etc/libmap.conf
+
+# Ensure that libthr does all threading
+libpthread.so.2 libthr.so.2
+libpthread.so libthr.so
+libc_r.so.6 libthr.so.2
+libc_r.so libthr.so
+