[exim-dev] [Bug 1531] mysql module build incorrectly on Amaz…

Góra strony
Delete this message
Reply to this message
Autor: Todd Lyons
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 1531] mysql module build incorrectly on Amazon AMI 2014.3
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1531

Todd Lyons <tlyons@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID





--- Comment #1 from Todd Lyons <tlyons@???> 2014-10-06 18:00:11 ---
The fix ended up being very simple. The gcc flag '-rdynamic' was being
properly used to build the mysql module, but it must also be used when building
the exim binary. That flag was in an old patch, but at some point the patch
got updated to apply to a more recent release and that flag got dropped.
Adding this to the end of the Local/Makefile fixes it:

EXTRALIBS_EXIM+=-rdynamic


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email