mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-21 01:04:44 +08:00
Minor clarifications
This commit is contained in:
parent
cf9880e3ef
commit
1efce99264
2
CHANGES
2
CHANGES
@ -1,4 +1,4 @@
|
||||
OpenLDAP Change Log
|
||||
OpenLDAP 1.x Change Log
|
||||
|
||||
Changes included in OpenLDAP 1.2.12 Engineering
|
||||
CVS Tag: OPENLDAP_REL_ENG_1_2
|
||||
|
4
INSTALL
4
INSTALL
@ -42,7 +42,7 @@ these steps:
|
||||
|
||||
These environment variables are used:
|
||||
CC C Compiler (cc, ecgs)
|
||||
CFLAGS C Flags (-ansi)
|
||||
CFLAGS C Flags (-O -g)
|
||||
CPPFLAGS CPP Flags (-I/path/include -Ddef)
|
||||
LDFLAGS LDFLAGS (-L/path/lib)
|
||||
LIBS LIBS (-llib)
|
||||
@ -161,7 +161,7 @@ WARNING: Executable built in your environment may not run
|
||||
|
||||
Supported Environmental Variables
|
||||
CC C compiler (cc, egcc)
|
||||
CFLAGS C flags (-ansi)
|
||||
CFLAGS C flags (-O -g)
|
||||
CPPFLAGS cpp flags (-I/path/include -Ddef)
|
||||
LDFLAGS ld flags (-L/usr/local/lib)
|
||||
LIBS libraries (-llib)
|
||||
|
Loading…
Reference in New Issue
Block a user