aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-01-16 17:32:52 +0900
committerOphestra <cat@gensokyo.uk>2025-01-16 17:32:52 +0900
commitb60c01f4405ec3b5cc4a740fe994c3b9f39cf01f (patch)
tree3d43cd726a26bba2336d2373a6dfe65a567a35a8 /acl
parent124743ffd3da7c31ef9c562593e15d88bb19008e (diff)
fortify: switch to static linking
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'acl')
-rw-r--r--acl/c.go2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <sys/acl.h>