Fix _smp_mflags reference in the libcrypt build

This commit is contained in:
Florian Weimer 2017-10-17 13:50:23 +02:00
parent 7bdfe15464
commit 277dd05ebd

View File

@ -1011,7 +1011,7 @@ build
# Build libcrypt with glibc cryptographic implementations. # Build libcrypt with glibc cryptographic implementations.
%if %{without bootstrap} %if %{without bootstrap}
make %{?_smpflags} -C build-%{target} subdirs=crypt-glibc \ make %{?_smp_mflags} -C build-%{target} subdirs=crypt-glibc \
CFLAGS="$build_CFLAGS" CFLAGS="$build_CFLAGS"
%endif %endif