From c3820ac5ac4fd1d67d8b0580c3af621474ce4be2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 25 Dec 2025 13:08:29 -0500 Subject: Build libtomo.a using files from gc/gmp/unistring and statically link executables against that --- src/tomo.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/tomo.c b/src/tomo.c index f5027fff..4e2cdf5d 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -86,8 +86,7 @@ static OptionalText_t show_codegen = NONE_TEXT, " -D_BSD_SOURCE" #endif " -DGC_THREADS"), - ldlibs = Text("-lgc -lm -lgmp -lunistring"), ldflags = Text(""), optimization = Text("2"), - cc = Text(DEFAULT_C_COMPILER); + ldlibs = Text("-lm"), ldflags = Text(""), optimization = Text("2"), cc = Text(DEFAULT_C_COMPILER); static Text_t config_summary, // This will be either "" or "sudo -u " or "doas -u " -- cgit v1.2.3