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

View File

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