From f6e2946d16fc445d93d5de83080f79b3641ce9f9 Mon Sep 17 00:00:00 2001 From: hawk Date: Mon, 3 Dec 2007 14:34:17 +0000 Subject: [PATCH] - force system type slx (secure linux), otherwise lnp (linux pluggable authentication modules) is used and it overrides system mail dir with /var/spool/mail - use PLD location for SSL certficates - release 3 Changed files: alpine.spec -> 1.34 --- alpine.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alpine.spec b/alpine.spec index ec12dad..2ab3075 100644 --- a/alpine.spec +++ b/alpine.spec @@ -8,7 +8,7 @@ Name: alpine %define ver 0.99999 %define patchlevel 13 Version: %{ver}.%{patchlevel} -Release: 2 +Release: 3 Epoch: 1 License: Apache License 2.0 Group: Applications/Mail @@ -145,6 +145,9 @@ rm -f libtool missing --with-krb5-dir=%{_prefix} \ --with-ldap-dir=%{_prefix} \ --with-system-mail-directory=/var/mail \ + --with-c-client-target=slx \ + --with-ssl-dir=/var/lib/openssl/certs \ + --with-ssl-certs-dir=/var/lib/openssl/certs \ --with-passfile=.pine.pwd %{__make} \ -- 2.44.0