Correct path to private certificates directory.

Mon, 02 Nov 2009 19:24:17 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 02 Nov 2009 19:24:17 +0100
changeset 230
f4b972145c42
parent 229
6571d477ad5f
child 231
dc6d3ff779e4

Correct path to private certificates directory.

imap/imap.spec file | annotate | diff | comparison | revisions
     1.1 --- a/imap/imap.spec	Mon Nov 02 19:23:11 2009 +0100
     1.2 +++ b/imap/imap.spec	Mon Nov 02 19:24:17 2009 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  Group:        Mail
     1.5  License:      University of Washington's Free-Fork License
     1.6  Version:      %{V_here}
     1.7 -Release:      20090420
     1.8 +Release:      20091030
     1.9  
    1.10  #   package options
    1.11  %option       with_ssl      yes
    1.12 @@ -103,6 +103,7 @@
    1.13      cflags="%{l_cppflags openssl .} $cflags"
    1.14      mflags="$mflags SSLDIR=%{l_prefix}/etc/openssl"
    1.15      mflags="$mflags SSLCERTS=%{l_prefix}/etc/openssl/certs"
    1.16 +    mflags="$mflags SSLKEYS=%{l_prefix}/etc/openssl/private"
    1.17      mflags="$mflags SSLINCLUDE=%{l_prefix}/include"
    1.18      mflags="$mflags SSLLIB=%{l_prefix}/lib"
    1.19  %else

mercurial