]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- force system type slx (secure linux), otherwise lnp (linux pluggable auto/th/alpine-0_99999_13-3 auto/ti/alpine-0_99999_13-3
authorhawk <hawk@pld-linux.org>
Mon, 3 Dec 2007 14:34:17 +0000 (14:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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

index ec12dad0982176049f673d86f3c999c3f0d72714..2ab3075f3b6cb910a808efeb205e7b8c22b23c75 100644 (file)
@@ -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} \
This page took 0.034295 seconds and 4 git commands to generate.