]> git.sur5r.net Git - openldap/blob - build/platforms/osf1-gcc/Make-platform
Fixed memory leaks.
[openldap] / build / platforms / osf1-gcc / Make-platform
1 #
2 # LDAP OSF1 gcc Make-platform file
3 #
4
5 #
6 # add any platform-specific overrides below here
7 #
8
9
10 #
11 # -------------------------------------------------------------------------
12 # you will probably not need to edit anything below this point
13 # -------------------------------------------------------------------------
14
15 CC = gcc
16
17 PLATFORMCFLAGS= -Dosf1
18 PLATFORMLDFLAGS=
19
20 THREADS= -DTHREAD_DCE_PTHREADS
21 THREADSLIB= -lpthreads
22
23 # the BSD-like install under OSF/1 is called installbsd
24 INSTALL=installbsd
25