mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
My best guess for Linux settings
This commit is contained in:
parent
4db1815b5a
commit
c0d5017cf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user