On Tue, Jun 28, 2022 at 06:45:30AM +0200, Anton Lindqvist wrote: > On Mon, Jun 27, 2022 at 07:27:39AM -0600, Claudio Jeker wrote: > > CVSROOT: /cvs > > Module name: src > > Changes by: clau...@cvs.openbsd.org 2022/06/27 07:27:38 > > > > Modified files: > > usr.sbin/bgpctl: bgpctl.c output.c output_json.c > > > > Log message: > > bgpctl bits for RFC 9234 support. > > OK tb@ > > This broke the tree over here, looks like the log_policy() > implementation is missing.
Fixed, thanks. > cc -static -pie -o bgpctl bgpctl.o output.o output_json.o parser.o > mrtparser.o util.o json.o -lutil -lm Why does this link statically?