Browse Source

[Minor] Some more fixes to rpm spec

pull/4399/head
Vsevolod Stakhov 3 years ago
parent
commit
b048264d7b
No known key found for this signature in database GPG Key ID: 7647B6790081437
  1. 5
      rpm/rspamd.spec

5
rpm/rspamd.spec

@ -58,9 +58,10 @@ lua.
%else
%{__cmake} \
%endif
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_C_FLAGS_RELEASE="%{optflags}" \
-DCMAKE_CXX_FLAGS_RELEASE="%{optflags}" \
-DENABLE_LTO=ON \
%if 0%{?fedora} >= 36
-DLINKER_NAME=/usr/bin/ld.bfd \
%endif
@ -90,7 +91,7 @@ lua.
%endif
-DENABLE_BLAS=ON
%{__make} %{?jobs:-j%jobs}
%{__make} %{?_smp_mflags}
%install
%{__make} install DESTDIR=%{buildroot} INSTALLDIRS=vendor

Loading…
Cancel
Save