Changes between Version 2 and Version 3 of exim
- Timestamp:
- 02/10/2008 10:59:32 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
exim
v2 v3 1 1 = Exim = 2 2 3 == Adding iconv function nality ==3 == Adding iconv functionality == 4 4 From LFS 6.3 (chapter 6.9: Glibc 2.5.1): 5 5 ''Glibc provides an iconv() implementation and can convert from/to Unicode, therefore libiconv is not required on an LFS system.'' … … 11 11 }}} 12 12 13 == Adding OpenSSL TLS functionality == 14 {{{ 15 sed -e '/^\([# ]*\|\)SUPPORT_TLS.*$/d' \ 16 -e '/^\([# ]*\|\)TLS_LIBS.*$/d' \ 17 -i Local/Makefile && \ 18 echo "SUPPORT_TLS=yes" >> Local/Makefile && \ 19 echo "TLS_LIBS=-lssl -lcrypto" >> Local/Makefile 20 }}} 21 13 22 [wiki:MailServerSoftware Up][[br]] 14 23 [wiki:BlfsNotes Top]