diff options
Diffstat (limited to 'general-concepts/user-environment/text.xml')
-rw-r--r-- | general-concepts/user-environment/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general-concepts/user-environment/text.xml b/general-concepts/user-environment/text.xml index 34f4055..b7a0926 100644 --- a/general-concepts/user-environment/text.xml +++ b/general-concepts/user-environment/text.xml @@ -79,7 +79,7 @@ respected (selective filtering is fine, but outright ignoring is not). Ignoring Some packages do this by accident. For example, one might see <c>CFLAGS=-Wall</c> in <c>Makefile.am</c>. To fix this, either <c>sed</c> in the user's <c>CFLAGS</c>, or (the better solution) change the variable to <c>AM_CFLAGS</c>, which -will automatically be merged with the user's settings. +will automatically be merged with the user's settings. LDFLAGS also should be respected. </p> </body> </section> |