diff options
author | CoprDistGit <infra@openeuler.org> | 2025-06-04 08:09:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-06-04 08:09:00 +0000 |
commit | a331ddff1b96f4173029874d87aacb321e7373f4 (patch) | |
tree | 49a78ddd25de1876afe4bbf551f7ab9489336bef /frr.spec | |
parent | faaf077e68ccac100c0ec7a1b2b2bc01cb70553c (diff) |
automatic import of frropeneuler22.03_LTS_SP4
Diffstat (limited to 'frr.spec')
-rw-r--r-- | frr.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,7 @@ %endif Name: frr -Version: 10.3 +Version: 10.3.1 Release: 1%{?dist} Summary: Routing daemon License: GPL-2.0-or-later AND ISC AND LGPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND (GPL-2.0-or-later OR ISC) AND MIT @@ -112,6 +112,8 @@ sed -r -i 's/(AX_CXX_COMPILE_STDCXX\(\[)11(\])/\117\2/' configure.ac %build #hopefully just temporary due to rhbz#2327314 export LDFLAGS="%{build_ldflags} -Wl,-z,noseparate-code" +export CFLAGS="%{optflags} -DINET_NTOP_NO_OVERRIDE" + autoreconf -ivf %configure \ |