[PATCH] fix linking on ubuntu

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gmr@lists.osmocom.org/.

Max max.suraev at fairwaves.ru
Tue Dec 3 14:15:23 UTC 2013


---
 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
 
-- 
1.8.3.2


--------------070804030808040001080208--




More information about the gmr mailing list