Description: Pass LDFLAGS to bgpdump linkage Author: Christoph Biedl Bug: https://bitbucket.org/ripencc/bgpdump/issues/50 Last-Update: 2019-01-27 --- a/Makefile.in +++ b/Makefile.in @@ -32,7 +32,7 @@ $(COMPILE) -o example example.c libbgpdump.a $(SYS_LIBS) bgpdump: bgpdump.c libbgpdump.a - $(COMPILE) -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS) + $(COMPILE) $(LDFLAGS) -o bgpdump bgpdump.c libbgpdump.a $(SYS_LIBS) check-clean: rm -f test_out/*.bgp.gz