# LDAP FreeBSD GNU C Make-platform file
#
-
#
# add any platform-specific overrides below here
#
-EXTRACFLAGS=-O -g
+
LDBMBACKEND=-DLDBM_USE_DBBTREE
LDBMINCLUDE=-I/usr/include
MANCOMPRESS=gzip
MANCOMPRESSSUFFIX=.gz
-
#
# LDAP has a problem with the idea of implicit vs. explicit yields
# in call conversion threading packages, like the MIT pthreads
THREADSLIB= -pthread
#THREADSLIB= -lc_r
+# if you built/installed with -DNOLIBC_R, you'll need uncomment
+# out the following
+#THREADS= -DNO_THREADS -DPTHREAD_PREEMPTIVE
+#THREADSLIB=
+
# crypt(3) is in a separate library
LDAP_CRYPT_LIB= -lcrypt