the default isadir is more correct
This commit is contained in:
parent
443cfad289
commit
1916f77e5c
4
pam.spec
4
pam.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user