summaryrefslogtreecommitdiffstats
path: root/config/flags.mk
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-22 11:00:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-22 11:19:20 -0400
commitf133d71fc49a6ae2ddd64c73e630227e1e7a9ba5 (patch)
treef871b62fb10251f72b43534ff38e310a9df32162 /config/flags.mk
parent4b8669f968aae6dc0267c8d46ef265432c681b46 (diff)
fsade: Implement ACL detection on Illumos
Diffstat (limited to 'config/flags.mk')
-rw-r--r--config/flags.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/flags.mk b/config/flags.mk
index 8a2e50e..ee13f06 100644
--- a/config/flags.mk
+++ b/config/flags.mk
@@ -45,7 +45,7 @@ export BFS_CFLAGS= -std=c17 -pthread
LDLIBS,DragonFly := -lposix1e
LDLIBS,Linux := -lrt
LDLIBS,NetBSD := -lutil
-LDLIBS,SunOS := -lsocket -lnsl
+LDLIBS,SunOS := -lsec -lsocket -lnsl
export BFS_LDLIBS=${LDLIBS,${OS}}
# Build profiles