RPM packaging: fix libtdeldap build on RHEL6

pull/3/head
François Andriot 8 years ago
parent 0a770ebc54
commit 0b06593330

@ -169,7 +169,7 @@ export PATH="%{tde_bindir}:${PATH}"
--with-extra-includes=%{_includedir}/openldap24 \
--with-extra-libs=%{_libdir}/openldap24 \
%endif
%if 0%{?rhel} == 7
%if 0%{?rhel} >= 6
--with-extra-includes=%{_includedir}/heimdal \
--with-extra-libs=%{_libdir}/heimdal \
%endif

Loading…
Cancel
Save