Browse Source

Use ld.bfd on Fedora 36

Link to upstream issue: https://bugzilla.redhat.com/show_bug.cgi?id=2043178
tags/3.3
ghtm2 1 year ago
parent
commit
c7a79b1247
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      centos/rspamd.spec

+ 3
- 0
centos/rspamd.spec View File

@@ -54,6 +54,9 @@ lua.
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_C_FLAGS_RELEASE="%{optflags}" \
-DCMAKE_CXX_FLAGS_RELEASE="%{optflags}" \
%if 0%{?fedora} >= 36
-DLINKER_NAME=/usr/bin/ld.bfd \
%endif
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCONFDIR=%{_sysconfdir}/rspamd \
-DMANDIR=%{_mandir} \

Loading…
Cancel
Save