mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
27 lines
480 B
Text
27 lines
480 B
Text
#
|
|
# LDAP Linux GNU C Make-platform file
|
|
#
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
EXTRACFLAGS=-O -g
|
|
CC = gcc
|
|
RANLIB = "ranlib"
|
|
|
|
LDBMBACKEND=-DLDBM_USE_GDBM
|
|
LDBMLIB=-lgdbm
|
|
|
|
PLATFORMCFLAGS= -Dlinux
|
|
|
|
# not all versions of Linux support POSIX Threads
|
|
#THREADS=-DPOSIX_THREADS -DREENTRANT
|
|
#THREADSLIB=-lpthread
|
|
|
|
# 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
|