diff options
author | Tony Finch <dot@dot.at> | 2005-06-15 14:12:49 +0000 |
---|---|---|
committer | Tony Finch <dot@dot.at> | 2005-06-15 14:12:49 +0000 |
commit | 1ea70a03c5568925dcee1a35e6e6a879f2848b26 (patch) | |
tree | cc3baec022bff8cfd3f6a77cf249e49708ec4a12 | |
parent | 8ac170f35ed82789928f9e94beaa38991761a88c (diff) |
Some systems need an explicit -ldl in order to support EXPAND_DLFUNC
-rw-r--r-- | src/src/EDITME | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src/EDITME b/src/src/EDITME index 901fd4366..2ab6386df 100644 --- a/src/src/EDITME +++ b/src/src/EDITME @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/EDITME,v 1.10 2005/03/29 14:19:21 ph10 Exp $ +# $Cambridge: exim/src/src/EDITME,v 1.11 2005/06/15 14:12:49 fanf2 Exp $ ################################################## # The Exim mail transport agent # @@ -693,7 +693,8 @@ ZCAT_COMMAND=/usr/bin/zcat # 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 |