diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-06-14 21:18:10 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-14 15:52:29 -0400 |
commit | bc9235cfb80bd64a3bfa959e8d26d5ad1be0bdf4 (patch) | |
tree | fd5d852a84b5d443e4bc9f816b0df5ef3fe6a80b /contrib | |
parent | 95cc3f4be93d3cb5bb28bb3787f0aace4edb3124 (diff) | |
download | sssd-bc9235cfb80bd64a3bfa959e8d26d5ad1be0bdf4.tar.gz sssd-bc9235cfb80bd64a3bfa959e8d26d5ad1be0bdf4.tar.xz sssd-bc9235cfb80bd64a3bfa959e8d26d5ad1be0bdf4.zip |
Make krb5_ccname_template and krb5_ccachedir configurable
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 8d7a8d5a8..871fbda4c 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -19,6 +19,10 @@ %define __provides_exclude_from %{python_sitearch}/.*\.so$ %endif +%if (0%{?fedora} >= 17) + %global with_ccache --with-default-ccache-dir='/run/user/%U' --with-default-ccname-template="DIR:%d/ccdir" +%endif + %global enable_experimental 1 %if (0%{?enable_experimental} == 1) @@ -233,6 +237,7 @@ autoreconf -ivf --disable-static \ --disable-rpath \ %{with_unicode_lib} \ + %{with_ccache} \ %{experimental} make %{?_smp_mflags} all |