Changes between Version 2 and Version 3 of exim


Ignore:
Timestamp:
02/10/2008 10:59:32 AM (16 years ago)
Author:
Julien Lecomte
Comment:

Adding OpenSSL TLS functionality

Legend:

Unmodified
Added
Removed
Modified
  • exim

    v2 v3  
    11= Exim =
    22
    3 == Adding iconv functionnality ==
     3== Adding iconv functionality ==
    44From LFS 6.3 (chapter 6.9: Glibc 2.5.1):
    55''Glibc provides an iconv() implementation and can convert from/to Unicode, therefore libiconv is not required on an LFS system.''
     
    1111}}}
    1212
     13== Adding OpenSSL TLS functionality  ==
     14{{{
     15sed -e '/^\([# ]*\|\)SUPPORT_TLS.*$/d' \
     16    -e '/^\([# ]*\|\)TLS_LIBS.*$/d' \
     17  -i Local/Makefile && \
     18echo "SUPPORT_TLS=yes" >> Local/Makefile && \
     19echo "TLS_LIBS=-lssl -lcrypto" >> Local/Makefile
     20}}}
     21
    1322[wiki:MailServerSoftware Up][[br]]
    1423[wiki:BlfsNotes Top]