the default isadir is more correct

This commit is contained in:
Tomas Mraz 2013-05-07 15:42:29 +02:00
parent 443cfad289
commit 1916f77e5c
1 changed files with 2 additions and 2 deletions

View File

@ -148,14 +148,14 @@ autoreconf -i
%configure \
--libdir=%{_pamlibdir} \
--includedir=%{_includedir}/security \
--disable-static \
--disable-prelude \
%if ! %{WITH_SELINUX}
--disable-selinux \
%endif
%if ! %{WITH_AUDIT}
--disable-audit \
%endif
--disable-static \
--disable-prelude
make
# we do not use _smp_mflags because the build of sources in yacc/flex fails