From 370c455f48b3994efdeee9aad2e7cbfc24fb7b56 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 13 Aug 2024 08:00:00 +0800 Subject: LAST_LDFLAGS = -lpthread Otherwise it won't run on OpenBSD. --- config.md | 1 + 1 file changed, 1 insertion(+) (limited to 'config.md') diff --git a/config.md b/config.md index 3beb6a9..59bbed0 100644 --- a/config.md +++ b/config.md @@ -385,6 +385,7 @@ LAST_IPv6 = 1 # General options. LAST_CFLAGS = +LAST_LDFLAGS = -lpthread LAST_CC = cc ``` -- cgit v1.2.3