Skip to content

Commit efa6496

Browse files
authored
Merge pull request #2210 from parhs/openbsd-patch-1
Remove -ldl flag from OpenBSD too
2 parents 1661755 + 043d54c commit efa6496

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)