Remove redundant macros

%{?_smp_mflags} macro is a part of %make_build macro
This commit is contained in:
Michal Schorm 2020-08-18 22:49:37 +00:00 committed by Ondrej Dubaj
parent 84c1917155
commit 001ab85fa1
1 changed files with 2 additions and 2 deletions

View File

@ -149,12 +149,12 @@ export CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
%make_build
# Build sqlite3_analyzer
# depends on tcl
%if %{with tcl}
make %{?_smp_mflags} sqlite3_analyzer
%make_build sqlite3_analyzer
%endif
%install