mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Clean up Linux platform defaults based upon RPM suggestions.
-DNO_THREADS is now default.
This commit is contained in:
parent
a8040ca213
commit
f18687e356
@ -15,8 +15,13 @@ LDBMLIB=-lgdbm
|
||||
|
||||
PLATFORMCFLAGS= -Dlinux
|
||||
|
||||
THREADS=-DPOSIX_THREADS -DREENTRANT
|
||||
THREADSLIB=-lpthread
|
||||
# not all versions of Linux support POSIX Threads
|
||||
#THREADS=-DPOSIX_THREADS -DREENTRANT
|
||||
#THREADSLIB=-lpthread
|
||||
|
||||
# crypt(3) is in -lcrypt
|
||||
LDAP_CRYPT_LIB= -lcrypt
|
||||
# crypt(3) is in -lcrypt on some versions of Linux
|
||||
#LDAP_CRYPT_LIB= -lcrypt
|
||||
|
||||
LDAP_SENDMAIL=/usr/sbin/sendmail
|
||||
LDAP_EDITOR=/bin/vi
|
||||
LDAP_FINGER=/usr/bin/finger
|
||||
|
Loading…
Reference in New Issue
Block a user