mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Update hints.
This commit is contained in:
parent
c8298ec23b
commit
aa65400d3b
2 changed files with 6 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ The following FreeBSD ports and packages may be useful:
|
|||
databases/db Berkeley DB2
|
||||
databases/gdbm GNU Database Manager
|
||||
devel/autoconf GNU Autoconf
|
||||
devel/libtool GNU Autoconf
|
||||
devel/gdb GNU Debugger
|
||||
lang/egcs EGCS enhanced GNU C Suite
|
||||
security/tcp_wrappers TCP Wrappers
|
||||
|
|
@ -10,5 +11,5 @@ FreeBSD 3.0
|
|||
no special options
|
||||
|
||||
FreeBSD 2.2.5 (and prior?)
|
||||
requires --without-preemptive
|
||||
requires --without-yielding-select or --without-threads
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,9 @@ proper Pthreads libraries:
|
|||
LIBS="-lpthread -lposix4"
|
||||
./configure
|
||||
|
||||
to use OR disable threads:
|
||||
OR use Solaris (LWP) Threads
|
||||
./configure --with-threads=lwp
|
||||
|
||||
OR disable threads:
|
||||
./configure --without-threads
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue