From b60c01f4405ec3b5cc4a740fe994c3b9f39cf01f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 16 Jan 2025 17:32:52 +0900 Subject: fortify: switch to static linking Signed-off-by: Ophestra --- acl/c.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acl') diff --git a/acl/c.go b/acl/c.go index 4bbc5491..7609e142 100644 --- a/acl/c.go +++ b/acl/c.go @@ -9,7 +9,7 @@ import ( ) /* -#cgo linux pkg-config: libacl +#cgo linux pkg-config: --static libacl #include #include -- cgit v1.3.1