From 939062b17c8f82d08c022cbb96207447008bbd32 Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Mon, 10 Oct 2022 12:34:06 +0200 Subject: [PATCH 1/2] Added more Makefile flags --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4fc8ff3..ae3e19c 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,8 @@ Also needs a UTF8 locale and a font that covers: 3. **Compile** + Append `VERBOSE=true` to display full compiler/linker commands. + Append `STATIC=true` to `make` command for static compilation. Notice! If using LDAP Authentication, usernames will show as UID number for LDAP users if compiling statically with glibc. @@ -417,6 +419,8 @@ Also needs a UTF8 locale and a font that covers: 3. **Compile** + Append `VERBOSE=true` to display full compiler/linker commands. + Append `STATIC=true` to `make` command for static compilation (only libgcc and libstdc++ will be static!). Append `QUIET=true` for less verbose output. @@ -501,6 +505,8 @@ Also needs a UTF8 locale and a font that covers: 3. **Compile** + Append `VERBOSE=true` to display full compiler/linker commands. + Append `STATIC=true` to `make` command for static compilation. Append `QUIET=true` for less verbose output. From c9b0885a3fd4e556c3031ce4f8df4acee7ec48a3 Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Mon, 10 Oct 2022 12:35:30 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae3e19c..c15f8f4 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ Also needs a UTF8 locale and a font that covers: Append `VERBOSE=true` to display full compiler/linker commands. - Append `STATIC=true` to `make` command for static compilation. + Append `STATIC=true` for static compilation. Notice! If using LDAP Authentication, usernames will show as UID number for LDAP users if compiling statically with glibc. @@ -421,7 +421,7 @@ Also needs a UTF8 locale and a font that covers: Append `VERBOSE=true` to display full compiler/linker commands. - Append `STATIC=true` to `make` command for static compilation (only libgcc and libstdc++ will be static!). + Append `STATIC=true` for static compilation (only libgcc and libstdc++ will be static!). Append `QUIET=true` for less verbose output. @@ -506,8 +506,6 @@ Also needs a UTF8 locale and a font that covers: 3. **Compile** Append `VERBOSE=true` to display full compiler/linker commands. - - Append `STATIC=true` to `make` command for static compilation. Append `QUIET=true` for less verbose output.