openldap/build/platforms/linux-gcc/Make-platform

22 lines
418 B
Text
Raw Normal View History

1998-08-08 20:43:13 -04:00
#
# LDAP Linux GNU C Make-platform file
#
#
# add any platform-specific overrides below here
#
1998-08-18 19:09:25 -04:00
# crypt(3) is in -lcrypt
LDAP_CRYPT_LIB= -lcrypt
1998-08-08 20:43:13 -04:00
#
# -------------------------------------------------------------------------
# you will probably not need to edit anything below this point
# -------------------------------------------------------------------------
CC = gcc
RANLIB = "ranlib"
PLATFORMCFLAGS= -Dlinux
1998-08-13 03:25:37 -04:00