From c0d5017cf8a614aceadd9432c2f131c41de44465 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 20 Aug 1998 04:24:31 +0000 Subject: [PATCH] My best guess for Linux settings --- build/platforms/linux-gcc/Make-platform | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 -- 2.39.5