fix RHEL6 build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=129
This commit is contained in:
parent
1dffd69fb2
commit
38c52a00a9
@ -216,7 +216,11 @@ CC=cc CFLAGS="%{optflags} -fno-strict-aliasing" \
|
||||
%endif
|
||||
--with-libacl \
|
||||
--with-libxml2 \
|
||||
%if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 700
|
||||
--docdir=%{_docdir}/%{name}-%{version} \
|
||||
%else
|
||||
--docdir=%{_docdir}/%{name} \
|
||||
%endif
|
||||
--with-pam
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user