mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Change "-Ddef" example to something harmless and hopefully more obvious.
This commit is contained in:
parent
202cf8af75
commit
4bde125560
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 New Issue
Block a user