From: Kurt Zeilenga Date: Thu, 20 Aug 1998 04:24:31 +0000 (+0000) Subject: My best guess for Linux settings X-Git-Tag: OPENLDAP_REL_ENG_1_0_0~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c0d5017cf8a614aceadd9432c2f131c41de44465;p=openldap My best guess for Linux settings --- diff --git a/build/platforms/linux-gcc/Make-platform b/build/platforms/linux-gcc/Make-platform index 251ff4ea95..a62332624e 100644 --- a/build/platforms/linux-gcc/Make-platform +++ b/build/platforms/linux-gcc/Make-platform @@ -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