diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-22 12:37:24 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-22 12:37:24 +0000 |
commit | 221647a3ee50d746fd3955ce3d0a961ffec6ced5 (patch) | |
tree | 7e87f53e3be3e9b2afc80bb4757d4259c0efa858 /mail/exim/patches | |
parent | b7720ab1785dc928e31356f9157aad1cb5a473ae (diff) | |
download | pkgsrc-221647a3ee50d746fd3955ce3d0a961ffec6ced5.tar.gz |
Explicitly set TLS_INCLUDE to where OpenSSL headers are found.
Fixes PR pkg/20609 by Mirko Thiesen.
Diffstat (limited to 'mail/exim/patches')
-rw-r--r-- | mail/exim/patches/patch-ab | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/exim/patches/patch-ab b/mail/exim/patches/patch-ab index 5da71fd7fbe..0b40dc6284d 100644 --- a/mail/exim/patches/patch-ab +++ b/mail/exim/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.6 2002/10/25 12:18:16 wiz Exp $ +$NetBSD: patch-ab,v 1.7 2003/03/22 12:37:25 jmmv Exp $ ---- Local/Makefile.netbsd.orig Fri Oct 25 14:04:25 2002 +--- Local/Makefile.netbsd.orig 2003-03-22 13:37:47.000000000 +0100 +++ Local/Makefile.netbsd @@ -98,7 +98,9 @@ # /usr/local/sbin. The installation script will try to create this directory, @@ -75,7 +75,7 @@ $NetBSD: patch-ab,v 1.6 2002/10/25 12:18:16 wiz Exp $ #------------------------------------------------------------------------------ -@@ -315,8 +317,8 @@ EXIM_MONITOR=eximon.bin +@@ -315,8 +317,9 @@ EXIM_MONITOR=eximon.bin # with TLS support. If you don't know what this is all about, leave these # settings commented out. @@ -83,10 +83,11 @@ $NetBSD: patch-ab,v 1.6 2002/10/25 12:18:16 wiz Exp $ -# TLS_LIBS=-lssl -lcrypto +SUPPORT_TLS=yes +TLS_LIBS=-L${SSLBASE}/lib -Wl,-R${SSLBASE}/lib -lssl -lcrypto ++TLS_INCLUDE=-I${SSLBASE}/include # If you are running Exim as a server, note that just building it with TLS # support is not all you need to do. You also need to set up a suitable -@@ -371,7 +373,7 @@ EXIM_MONITOR=eximon.bin +@@ -371,7 +374,7 @@ EXIM_MONITOR=eximon.bin # %s. This will be replaced by one of the strings "main", "panic", or "reject" # to form the final file names. Some installations may want something like this: @@ -95,7 +96,7 @@ $NetBSD: patch-ab,v 1.6 2002/10/25 12:18:16 wiz Exp $ # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -467,14 +469,14 @@ ZCAT_COMMAND=/usr/bin/zcat +@@ -467,14 +470,14 @@ ZCAT_COMMAND=/usr/bin/zcat # this setting. See the manual section entitled "Use of tcpwrappers" in the # chapter on building and installing Exim. @@ -112,7 +113,7 @@ $NetBSD: patch-ab,v 1.6 2002/10/25 12:18:16 wiz Exp $ # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. -@@ -511,11 +513,11 @@ ZCAT_COMMAND=/usr/bin/zcat +@@ -511,11 +514,11 @@ ZCAT_COMMAND=/usr/bin/zcat # haven't got Perl, Exim will still build and run; you just won't be able to # use those utilities. @@ -129,7 +130,7 @@ $NetBSD: patch-ab,v 1.6 2002/10/25 12:18:16 wiz Exp $ #------------------------------------------------------------------------------ -@@ -695,7 +697,7 @@ ZCAT_COMMAND=/usr/bin/zcat +@@ -695,7 +698,7 @@ ZCAT_COMMAND=/usr/bin/zcat # (process id) to a file so that it can easily be identified. The path of the # file can be specified here. Some installations may want something like this: |