aboutsummaryrefslogtreecommitdiffhomepage
path: root/acl
diff options
context:
space:
mode:
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>