--- utils/gmr_multi_rx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/gmr_multi_rx/Makefile b/utils/gmr_multi_rx/Makefile index ea29d26..d9167a7 100644 --- a/utils/gmr_multi_rx/Makefile +++ b/utils/gmr_multi_rx/Makefile @@ -18,7 +18,7 @@ CFLAGS += $(shell pkg-config --cflags $(PKGLIBS)) LDLIBS = $(shell pkg-config --libs $(PKGLIBS)) \ -lboost_program_options \ -lboost_system \ - -lboost_thread \ + -lboost_thread -lpthread \
all: gmr_multi_rx