From aadf0981f030792ec06194822f58c804e13bfbb9 Mon Sep 17 00:00:00 2001 From: Michael Traxler Date: Thu, 4 Mar 2021 20:58:18 +0100 Subject: [PATCH] now also libtrbnet needs the library tirpc, so added for the linker, mt --- trbrich/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trbrich/Makefile b/trbrich/Makefile index afdfae9..61489ef 100644 --- a/trbrich/Makefile +++ b/trbrich/Makefile @@ -27,7 +27,7 @@ CFLAGS = -pipe -g -Wall -Winline -O3 -fPIC -finline-functions -finline-limit=60 LD = $(CC) LDFLAGS = LIBDIR = -L../libtrbnet -LOADLIBES = -ltrbnet -lm +LOADLIBES = -ltrbnet -lm -ltirpc # ------------ TARGETS ------------------------------------------------- -- 2.43.0