diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-07-12 09:07:59 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-07-12 09:07:59 +0000 |
commit | 63dc337e165e458608cd6bddd95b6ab23987505b (patch) | |
tree | a2220c11a94d91485b0134acc4afa43d37c31c23 /sys-freebsd/freebsd-lib/files | |
parent | Fix CONFIG_CHECK and remove redundant DEPEND, thanks to Helmut Auer <vdr@helm... (diff) | |
download | gentoo-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.conf | 8 |
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 + |