mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
21 lines
418 B
Text
21 lines
418 B
Text
#
|
|
# LDAP Linux GNU C Make-platform file
|
|
#
|
|
|
|
#
|
|
# add any platform-specific overrides below here
|
|
#
|
|
|
|
# crypt(3) is in -lcrypt
|
|
LDAP_CRYPT_LIB= -lcrypt
|
|
|
|
|
|
#
|
|
# -------------------------------------------------------------------------
|
|
# you will probably not need to edit anything below this point
|
|
# -------------------------------------------------------------------------
|
|
CC = gcc
|
|
RANLIB = "ranlib"
|
|
|
|
PLATFORMCFLAGS= -Dlinux
|
|
|