diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 16:25:10 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-03 16:26:19 +0100 |
| commit | 0aa3102b79e327a3fb7695ded258f0cec7ad93f4 (patch) | |
| tree | 7173724eb88f7997b247f03f204e426196d6d0bc | |
| parent | 26a033847cffe607b2df4b0f0e5bd484bb0593de (diff) | |
configure: Add libsodium flags to USERGEN_LDFLAGS
Otherwise, usergen(1) would be built without linking against libsodium,
and thus would fail to build.
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ if pkg-config libsodium then CFLAGS="$CFLAGS $(pkg-config --cflags libsodium)" LDFLAGS="$LDFLAGS $(pkg-config --libs libsodium)" + USERGEN_LDFLAGS="$USERGEN_LDFLAGS $(pkg-config --libs libsodium)" else echo "Error: libsodium not found." >&2 exit 1 |
