Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#72089 - [exim] compile exim4 with dynamic readline support
Attached to Project:
Community Packages
Opened by Michal Soltys (msoltyspl) - Friday, 10 September 2021, 12:08 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 11 September 2021, 08:54 GMT
Opened by Michal Soltys (msoltyspl) - Friday, 10 September 2021, 12:08 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 11 September 2021, 08:54 GMT
|
DetailsWhen testing more complicated expansions via -be, having readline support is a massive QoL improvement.
The only required changes to exim's makefile is: - uncommenting: USE_READLINE=yes - adding: EXTRALIBS+=-ldl For your consideration. |
This task depends upon