fortify: switch to static linking

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-16 17:32:52 +09:00
parent 124743ffd3
commit b60c01f440
10 changed files with 196 additions and 166 deletions

View File

@@ -9,7 +9,7 @@ import (
)
/*
#cgo linux pkg-config: libacl
#cgo linux pkg-config: --static libacl
#include <stdlib.h>
#include <sys/acl.h>