Klaus Kämpf 2015-06-18 06:36:54 +00:00 committed by Git OBS Bridge
parent 1dffd69fb2
commit 38c52a00a9

View File

@ -216,7 +216,11 @@ CC=cc CFLAGS="%{optflags} -fno-strict-aliasing" \
%endif %endif
--with-libacl \ --with-libacl \
--with-libxml2 \ --with-libxml2 \
%if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 700
--docdir=%{_docdir}/%{name}-%{version} \
%else
--docdir=%{_docdir}/%{name} \ --docdir=%{_docdir}/%{name} \
%endif
--with-pam --with-pam
make %{?_smp_mflags} make %{?_smp_mflags}