]> git.sur5r.net Git - openldap/blob - build/platforms/openbsd-gcc/Make-platform
Merge OpenBSD support from -devel (main) branch.
[openldap] / build / platforms / openbsd-gcc / Make-platform
1 #
2 # LDAP OpenBSD GNU C Make-platform file
3 #
4
5
6 #
7 # add any platform-specific overrides below here
8 #
9
10 #
11 # -------------------------------------------------------------------------
12 # you will probably not need to edit anything below this point
13 # -------------------------------------------------------------------------
14 CC      = gcc
15
16 PLATFORMCFLAGS= -Dopenbsd
17
18 .include <bsd.own.mk>
19
20 .if (${KERBEROS} == "yes")
21 KERBEROS=-DKERBEROS
22 KRBINCLUDEFLAG = -I/usr/include/kerberosIV
23 KRBLIBS                = -lkrb -ldes
24 .endif
25
26 # Use DB BTREE
27 LDBMBACKEND=-DLDBM_USE_DBBTREE
28
29 THREADS=-DNO_THREADS
30
31 LDAP_SENDMAIL=/usr/sbin/sendmail                
32 LDAP_EDITOR=/usr/bin/vi
33 LDAP_FINGER=/usr/bin/finger                                          
34
35 LDAP_CRYPT=-DLDAP_CRYPT -DLDAP_SHA
36
37 LDAP_TCP_WRAPPERS=-DTCP_WRAPPERS
38 LDAP_TCP_WRAPPERS_LIB=-lwrap
39