mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-13 10:22:56 -05:00
Clean up Linux platform defaults based upon RPM suggestions.
-DNO_THREADS is now default.
This commit is contained in:
parent
a8040ca213
commit
f18687e356
1 changed files with 9 additions and 4 deletions
|
|
@ -15,8 +15,13 @@ LDBMLIB=-lgdbm
|
||||||
|
|
||||||
PLATFORMCFLAGS= -Dlinux
|
PLATFORMCFLAGS= -Dlinux
|
||||||
|
|
||||||
THREADS=-DPOSIX_THREADS -DREENTRANT
|
# not all versions of Linux support POSIX Threads
|
||||||
THREADSLIB=-lpthread
|
#THREADS=-DPOSIX_THREADS -DREENTRANT
|
||||||
|
#THREADSLIB=-lpthread
|
||||||
|
|
||||||
# crypt(3) is in -lcrypt
|
# crypt(3) is in -lcrypt on some versions of Linux
|
||||||
LDAP_CRYPT_LIB= -lcrypt
|
#LDAP_CRYPT_LIB= -lcrypt
|
||||||
|
|
||||||
|
LDAP_SENDMAIL=/usr/sbin/sendmail
|
||||||
|
LDAP_EDITOR=/bin/vi
|
||||||
|
LDAP_FINGER=/usr/bin/finger
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue