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
1 changed files with 1 additions and 1 deletions

View File

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