Compare commits

...

1 Commits
rawhide ... f31

Author SHA1 Message Date
Michal Schorm 001ab85fa1 Remove redundant macros
%{?_smp_mflags} macro is a part of %make_build macro
2020-08-19 08:58:18 +02:00
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