]> git.sur5r.net Git - openldap/commitdiff
My best guess for Linux settings
authorKurt Zeilenga <kurt@openldap.org>
Thu, 20 Aug 1998 04:24:31 +0000 (04:24 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 20 Aug 1998 04:24:31 +0000 (04:24 +0000)
build/platforms/linux-gcc/Make-platform

index 251ff4ea9565baf5cffb5f63ebc45a8fce6463ef..a62332624e532f9e6d8eb59a94addb32302af772 100644 (file)
@@ -6,16 +6,17 @@
 # add any platform-specific overrides below here
 #
 
-# crypt(3) is in -lcrypt
-LDAP_CRYPT_LIB= -lcrypt
-
-
-#
-# -------------------------------------------------------------------------
-# you will probably not need to edit anything below this point
-# -------------------------------------------------------------------------
+EXTRACFLAGS=-O -g
 CC     = gcc
 RANLIB = "ranlib"
 
+LDBMBACKEND=-DLDBM_USE_GDBM
+LDBMLIB=-lgdbm
+
 PLATFORMCFLAGS=        -Dlinux
 
+THREADS=-DPOSIX_THREADS -DREENTRANT
+THREADSLIB=-lpthread
+
+# crypt(3) is in -lcrypt
+LDAP_CRYPT_LIB= -lcrypt