Gentoo Archives: gentoo-commits

From: "Eray Aslan (eras)" <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/uw-mailutils/files: uw-mailutils-ssl.patch
Date: Fri, 06 May 2011 21:00:21
Message-Id: 20110506210010.12CC920057@flycatcher.gentoo.org
1 eras 11/05/06 21:00:10
2
3 Added: uw-mailutils-ssl.patch
4 Log:
5 add pam and ssl USE flags - bugs 129729 276401
6
7 (Portage version: 2.1.9.47/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-mail/uw-mailutils/files/uw-mailutils-ssl.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-mailutils/files/uw-mailutils-ssl.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/uw-mailutils/files/uw-mailutils-ssl.patch?rev=1.1&content-type=text/plain
14
15 Index: uw-mailutils-ssl.patch
16 ===================================================================
17 --- imap-2007e/src/osdep/unix/Makefile 2009-07-05 10:00:54.000000000 +0300
18 +++ imap-2007e/src/osdep/unix/Makefile 2009-07-05 10:04:42.000000000 +0300
19 @@ -54,8 +54,8 @@
20
21 # Extended flags needed for SSL. You may need to modify.
22
23 -SSLDIR=/usr/local/ssl
24 -SSLCERTS=$(SSLDIR)/certs
25 +SSLDIR=/usr
26 +SSLCERTS=/etc/ssl/certs
27 SSLKEYS=$(SSLCERTS)
28 SSLINCLUDE=$(SSLDIR)/include
29 SSLLIB=$(SSLDIR)/lib