commit: 2b468c15978601c03613bcf7106ee30d8998167b
parent 23493c5479e85faca44120b963475588a44a6991
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 15 Mar 2024 11:44:15 +0100
README: improve LDSTATIC phrasing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -32,4 +32,4 @@ Tested on Linux(musl), FreeBSD, NetBSD, OpenBSD: <https://builds.sr.ht/~lanodan/
## Packaging
- The `./configure` script isn't auto*hell based, you can pass it arguments via key-value arguments or environment variables
- You can define the `NO_BWRAP` environment variable to skip the bwrap-based tests which can cause issues in some environments like Gentoo `sandbox`
-- If you want statically linked executables, define `LDSTATIC=-static` in the environment
+- If you want statically linked executables, pass `LDSTATIC=-static` to configure (environment or argument)