]> git.sur5r.net Git - openldap/commitdiff
Clean up Linux platform defaults based upon RPM suggestions.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 16 Sep 1998 02:44:01 +0000 (02:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 16 Sep 1998 02:44:01 +0000 (02:44 +0000)
-DNO_THREADS is now default.

build/platforms/linux-gcc/Make-platform

index a62332624e532f9e6d8eb59a94addb32302af772..17798f5486b64f15576282f6a383c44100fca8bd 100644 (file)
@@ -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