]> git.sur5r.net Git - openldap/blob - build/platforms/sco-cc/Make-platform
Fixed memory leaks.
[openldap] / build / platforms / sco-cc / Make-platform
1 #
2 # LDAP SCO standard cc Make-platform file
3 #
4
5 #
6 # add any platform-specific overrides below here
7 #
8
9 #
10 # -------------------------------------------------------------------------
11 # you will probably not need to edit anything below this point
12 # -------------------------------------------------------------------------
13 # ranlib not needed under SCO
14 RANLIB  = ""
15
16 # be explicit about which CC to use
17 CC=/bin/cc
18
19 # don't count on /usr/ucb/install being present or first in path
20 INSTALL=$(LDAPSRC)/build/install.sh
21
22 PLATFORMCFLAGS= -DSCO -DNEED_BSDREGEX -DSYSV -DNOTERMCAP
23 PLATFORMLIBS= -lsocket -lnsl_s