Skip to content

Commit 043d54c

Browse files
authored
Remove -ldl flag from OpenBSD too
1 parent aca9ee8 commit 043d54c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ endif
125125

126126
ifneq (Windows,$(UNAME))
127127
ifneq (FreeBSD,$(UNAME))
128-
LDFLAGS += -ldl
129-
LDLIBS += -ldl
128+
ifneq (OpenBSD,$(UNAME))
129+
LDFLAGS += -ldl
130+
LDLIBS += -ldl
131+
endif
130132
endif
131133
endif
132134

0 commit comments

Comments
 (0)