diff --git a/Makefile b/Makefile index 5be8c64e9cf..82b0ce58bad 100644 --- a/Makefile +++ b/Makefile @@ -118,6 +118,7 @@ AWK ?= awk ifeq ($(OS), Darwin) PLUGIN_LINKFLAGS += -undefined dynamic_lookup +LINKFLAGS += -rdynamic # homebrew search paths ifneq ($(shell :; command -v brew),)