mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 08:42:53 -05:00
Change "-Ddef" example to something harmless and hopefully more obvious.
This commit is contained in:
parent
202cf8af75
commit
4bde125560
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
|
@ -38,7 +38,7 @@ Making and Installing the OpenLDAP Distribution
|
|||
Variable Description Example
|
||||
CC C compiler gcc
|
||||
CFLAGS C flags -O -g
|
||||
CPPFLAGS cpp flags -I/path/include -Ddef
|
||||
CPPFLAGS cpp flags -I/path/include -DFOO=42
|
||||
LDFLAGS ld flags -L/usr/local/lib
|
||||
LIBS libraries -llib
|
||||
PATH command path /usr/local/bin:/usr/bin:/bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue