mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
22 lines
552 B
Text
22 lines
552 B
Text
#
|
|
# LDAP SCO gcc Make-platform file
|
|
#
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
#
|
|
# -------------------------------------------------------------------------
|
|
# you will probably not need to edit anything below this point
|
|
# -------------------------------------------------------------------------
|
|
# ranlib not needed under SCO
|
|
RANLIB = ""
|
|
|
|
CC=gcc
|
|
|
|
# don't count on /usr/ucb/install being present or first in path
|
|
INSTALL=$(LDAPSRC)/build/install.sh
|
|
|
|
PLATFORMCFLAGS= -DSCO -DNEED_BSDREGEX -DSYSV -DNOTERMCAP
|
|
PLATFORMLIBS= -lsocket -lnsl_s
|