mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 23:58:44 +00:00
Merge pull request #8613 from opensourcerouting/build-fix-pb-assert
build: fix assert() use in .pb-c.c files
This commit is contained in:
commit
9f54dfd8b7
@ -44,6 +44,7 @@ am__v_PROTOC_C_1 =
|
|||||||
|
|
||||||
.proto.pb-c.c:
|
.proto.pb-c.c:
|
||||||
$(AM_V_PROTOC_C)$(PROTOC_C) -I$(top_srcdir) --c_out=$(top_builddir) $^
|
$(AM_V_PROTOC_C)$(PROTOC_C) -I$(top_srcdir) --c_out=$(top_builddir) $^
|
||||||
|
$(AM_V_GEN)$(SED) -e '1i#include "config.h"' -i $@
|
||||||
.pb-c.c.pb-c.h:
|
.pb-c.c.pb-c.h:
|
||||||
@/bin/true
|
@/bin/true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user