summarylogtreecommitdiffstats
path: root/exim.Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'exim.Makefile')
-rw-r--r--exim.Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/exim.Makefile b/exim.Makefile
index 4957114b60ab..897d6ed4ddab 100644
--- a/exim.Makefile
+++ b/exim.Makefile
@@ -1435,3 +1435,7 @@ PID_FILE_PATH=/var/run/exim.pid
# ENABLE_DISABLE_FSYNC=yes
EXTRALIBS=-ldl -lpam -lldap -llber
+
+# Fix Errors on loading modules like "undefined symbol: debug_printf_indent"
+# "Error loading lookup module <modulename>.so: NULL"
+EXTRALIBS_EXIM+=-rdynamic -ldl