openldap/build/platforms/linux-gcc/Make-platform

28 lines
480 B
Text
Raw Normal View History

1998-08-08 20:43:13 -04:00
#
# LDAP Linux GNU C Make-platform file
#
#
# add any platform-specific overrides below here
#
1998-08-20 00:24:31 -04:00
EXTRACFLAGS=-O -g
1998-08-08 20:43:13 -04:00
CC = gcc
RANLIB = "ranlib"
1998-08-20 00:24:31 -04:00
LDBMBACKEND=-DLDBM_USE_GDBM
LDBMLIB=-lgdbm
1998-08-08 20:43:13 -04:00
PLATFORMCFLAGS= -Dlinux
1998-08-13 03:25:37 -04:00
# not all versions of Linux support POSIX Threads
#THREADS=-DPOSIX_THREADS -DREENTRANT
#THREADSLIB=-lpthread
1998-08-20 00:24:31 -04:00
# 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