diff options
author | Georgi Valkov <gvalkov@gmail.com> | 2024-04-30 17:37:11 +0300 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-30 22:54:10 +0200 |
commit | 6b7d905a3aad16513a47dd4acc6e3c07683630b8 (patch) | |
tree | 8f73c95946b95118adde6dc42e14484058b85d9c /net/rsync/files | |
parent | 80435f0c5187a6447cc12113a615c1e82bc485a2 (diff) |
frr: fix host build error on macOS
Fixes:
lib/command_graph.c:16:1: error: argument to 'section' attribute is not valid for this target: mach-o section specifier requires a segment and section separated by a comma DEFINE_MTYPE_STATIC(LIB, CMD_TOKENS, "Command Tokens"); ^
./lib/memory.h:139:2: note: expanded from macro 'DEFINE_MTYPE_STATIC'
DEFINE_MTYPE_ATTR(group, name, static, desc) \
^
./lib/memory.h:109:26: note: expanded from macro 'DEFINE_MTYPE_ATTR'
__attribute__((section(".data.mtypes"))) = { { \
[1] https://github.com/FRRouting/frr/pull/6032
[2] https://github.com/FRRouting/frr/pull/15890
Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
Diffstat (limited to 'net/rsync/files')
0 files changed, 0 insertions, 0 deletions