From: Kurt Zeilenga Date: Wed, 16 Sep 1998 02:44:01 +0000 (+0000) Subject: Clean up Linux platform defaults based upon RPM suggestions. X-Git-Tag: PHP3_TOOL_0_0~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f18687e356334894dea7079057871d8db3324a46;p=openldap Clean up Linux platform defaults based upon RPM suggestions. -DNO_THREADS is now default. --- diff --git a/build/platforms/linux-gcc/Make-platform b/build/platforms/linux-gcc/Make-platform index a62332624e..17798f5486 100644 --- a/build/platforms/linux-gcc/Make-platform +++ b/build/platforms/linux-gcc/Make-platform @@ -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