Skip to content

Commit

Permalink
Fix exporting of executable symbols on BSD when building via makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Feb 2, 2021
1 parent 603107b commit 05292cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Broker:
- Fix exporting of executable symbols on BSD when building via makefile.


2.0.6 - 2021-01-28
==================

Expand Down
1 change: 1 addition & 0 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ PLUGIN_LDFLAGS:=$(LDFLAGS)

ifneq ($(or $(findstring $(UNAME),FreeBSD), $(findstring $(UNAME),OpenBSD), $(findstring $(UNAME),NetBSD)),)
BROKER_LDADD:=$(BROKER_LDADD) -lm
BROKER_LDFLAGS:=$(BROKER_LDFLAGS) -Wl,--dynamic-list=linker.syms
SEDINPLACE:=-i ""
else
BROKER_LDADD:=$(BROKER_LDADD) -ldl -lm
Expand Down

0 comments on commit 05292cd

Please sign in to comment.