fanf2 2005/06/15 15:12:49 BST
Modified files:
exim-src/src EDITME
Log:
Some systems need an explicit -ldl in order to support EXPAND_DLFUNC
Revision Changes Path
1.11 +2 -1 exim/exim-src/src/EDITME
Index: EDITME
===================================================================
RCS file: /home/cvs/exim/exim-src/src/EDITME,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -u -r1.10 -r1.11
--- EDITME 29 Mar 2005 14:19:21 -0000 1.10
+++ EDITME 15 Jun 2005 14:12:49 -0000 1.11
@@ -1,4 +1,4 @@
-# $Cambridge: exim/exim-src/src/EDITME,v 1.10 2005/03/29 14:19:21 ph10 Exp $
+# $Cambridge: exim/exim-src/src/EDITME,v 1.11 2005/06/15 14:12:49 fanf2 Exp $
##################################################
# The Exim mail transport agent #
@@ -693,7 +693,8 @@
# Support for dynamically-loaded string expansion functions via ${dlfunc. If
# you are using gcc the dynamically-loaded object must be compiled with the
# -shared option, and you will need to add -export-dynamic to EXTRALIBS so
-# that the local_scan API is made available by the linker.
+# that the local_scan API is made available by the linker. You may also need
+# to add -ldl to EXTRALIMS so that dlopen() is available to Exim.
# EXPAND_DLFUNC=yes