freebsd-ports/net/freeswitch-core-devel/files/pkg-message.in
Chris Rees 8b8a2ff5e6 Add net/freeswitch-core-devel port; version 1.2 for testing.
Register CONFLICTS with net/freeswitch-core

PR:		ports/167872
Submitted by:	Richard Neese <r.neese@gmail.com>
2012-05-17 21:03:11 +00:00

20 lines
543 B
Text

*****************************************************
* Please read *
*****************************************************
FreeBSD 7.x
There are some known issues with FreeBSD's libpthread
implementation and APR that can affect throughput at
high volume. A possible fix is to use libmap.conf to
remap FreeSWITCH. and its libraries to use libthr
(the better performance threading library)
/etc/libmap.conf
[freeswitch]
libc_r.so.5 libthr.so.2
libc_r.so.6 libthr.so.2
libpthread.so.1 libthr.so.2
libpthread.so.2 libthr.so.2