From d874481987c381fd572a6f3c43840c50111a9554 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 3 Jan 2024 15:55:27 -0500 Subject: fsade: Fix ACL checks on DragonFly BSD --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index a4d1c2d..7680cb3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -160,6 +160,10 @@ ifeq ($(OS),NetBSD) LOCAL_LDLIBS += -lutil endif +ifeq ($(OS),DragonFly) +LOCAL_LDLIBS += -lposix1e +endif + ifneq ($(filter gcov,$(MAKECMDGOALS)),) LOCAL_CFLAGS += --coverage # gcov only intercepts fork()/exec() with -std=gnu* -- cgit v1.2.3