mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
before include <pth.h>
#define PTH_SYSCALL_SOFT 1
This commit is contained in:
parent
4e65678531
commit
40b8a71ce3
1
CHANGES
1
CHANGES
@ -10,6 +10,7 @@ Changes included in OpenLDAP 1.2.11 Release Engineering
|
|||||||
Fixed NULL prefix bug in libldap/ufn.c
|
Fixed NULL prefix bug in libldap/ufn.c
|
||||||
Fixed slapd_shutdown extern reference bug (ITS#527)
|
Fixed slapd_shutdown extern reference bug (ITS#527)
|
||||||
Build Environment
|
Build Environment
|
||||||
|
Change GNU Pth to enable soft syscalls
|
||||||
Changed RCPT cmds symbol to avoid link conflict (ITS#526)
|
Changed RCPT cmds symbol to avoid link conflict (ITS#526)
|
||||||
Changed LDBM directory to $localstatedir/openldap-ldbm
|
Changed LDBM directory to $localstatedir/openldap-ldbm
|
||||||
|
|
||||||
|
@ -74,6 +74,7 @@ LDAP_END_DECL
|
|||||||
* *
|
* *
|
||||||
***********************************/
|
***********************************/
|
||||||
|
|
||||||
|
#define PTH_SYSCALL_SOFT 1
|
||||||
#include <pth.h>
|
#include <pth.h>
|
||||||
|
|
||||||
LDAP_BEGIN_DECL
|
LDAP_BEGIN_DECL
|
||||||
|
Loading…
Reference in New Issue
Block a user