tags 266141 + patch
thanks

Hi!

Please have a took at this little patch to enable TLS support in your next 
upload.


Kindly regards,

Erik


-- 
 www.ErikSchanze.de *********************************************
 Bitte keine HTML-E-Mails! No HTML mails, please! Limit: 100 kB *
      * Linux-Info-Tag in Dresden, am 29. Oktober 2005          *
             Info: http://www.linux-info-tag.de                 *
--- exim-3.36/debian/editme-diff	2005-03-24 20:41:40.212167093 +0100
+++ exim-3.36tls/debian/editme-diff	2004-08-27 18:11:05.000000000 +0200
@@ -150,6 +150,17 @@
  
  # You probably need to add -lpam to EXTRALIBS, and in some releases of
  # GNU/Linux -ldl is also needed.
+@@ -524,8 +524,8 @@
+ # code of its own. Uncomment the following lines if you want to build Exim
+ # with TLS support.
+
+-# SUPPORT_TLS=yes
+-# TLS_LIBS=-lssl -lcrypto
++SUPPORT_TLS=yes
++TLS_LIBS=-lssl -lcrypto
+
+ # If you are running Exim as a server, note that just building it with TLS
+ # support is not usually all you need to do. You normally need to set up a
 @@ -567,7 +566,7 @@
  # This one is special-purpose, and commonly not required, so do not include
  # it by default.
--- exim-3.36/debian/control	2005-03-24 21:02:03.781613637 +0100
+++ exim-3.36tls/debian/control	2005-03-24 21:43:12.378497637 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Mark Baker <[EMAIL PROTECTED]>
 Standards-Version: 3.1.0
-Build-Depends: libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libwrap0-dev, libdb3-dev, xlibs-dev, libxaw7-dev
+Build-Depends: libpcre3-dev, libldap2-dev, libpam0g-dev, libident-dev, libwrap0-dev, libdb3-dev, xlibs-dev, libxaw7-dev, libssl-dev
 
 Package: exim
 Architecture: any

Reply via email to