diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-11-18 21:01:46 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-11-18 21:01:46 +0100 |
commit | 175205fc3901f147946575fd981585c52d5b5c55 (patch) | |
tree | 6579175cfbc1982589deb1fbb3812e7b2b4f94b9 /redhat/libraries | |
parent | 74f398516a91f23dd0f926786754fa93f13a3888 (diff) | |
download | tde-packaging-175205fc3901f147946575fd981585c52d5b5c55.tar.gz tde-packaging-175205fc3901f147946575fd981585c52d5b5c55.zip |
RPM packaging: update libtdeldap
Diffstat (limited to 'redhat/libraries')
-rw-r--r-- | redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec index c87f6e324..0ea245548 100644 --- a/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec +++ b/redhat/libraries/libtdeldap/libtdeldap-14.0.0.spec @@ -77,6 +77,14 @@ BuildRequires: %{_lib}ltdl-devel BuildRequires: libtool-ltdl-devel %endif +# SASL support +%if 0%{?mageia} || 0%{?mandriva} || 0%{?pclinuxos} +BuildRequires: %{_lib}sasl2-devel +%endif +%if 0%{?suse_version} +BuildRequires: cyrus-sasl-devel +%endif + # OPENLDAP support %if 0%{?rhel} || 0%{?fedora} || 0%{?mdkversion} || 0%{?mgaversion} BuildRequires: openldap-devel |