From 5da47051f0c1e03377f77cb2979610594d2629eb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 6 May 2025 15:40:42 -0400 Subject: commentary and README. --- README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README') diff --git a/README b/README index 8126f2d..948ed37 100644 --- a/README +++ b/README @@ -40,6 +40,10 @@ Building The usual "make" and "make install". See the Makefile for variables you can adjust. +If you want to build a static binary, you can't do it with glibc, +due to it needing libnss_compat at runtime (for the getpwnam() and +getgrnam() calls). You'll have to use something like musl-libc. + Running the daemon ------------------ -- cgit v1.2.3