]> git.sur5r.net Git - openldap/blob - build/platforms/openbsd-cc/Make-platform
Fixed memory leaks.
[openldap] / build / platforms / openbsd-cc / Make-platform
1 # LDAP OpenBSD cc Make-platform file
2 # on OpenBSD, cc is gcc
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 LDBMBACKEND=-DLDBM_USE_DBBTREE
27
28 THREADS=-DNO_THREADS
29
30 LDAP_SENDMAIL=/usr/sbin/sendmail                
31 LDAP_EDITOR=/usr/bin/vi
32 LDAP_FINGER=/usr/bin/finger                                          
33