From 38704cd438a0e1cd9255bdbc20ad829c948463b5 Mon Sep 17 00:00:00 2001
From: Michael Traxler <M.Traxler@gsi.de>
Date: Fri, 28 Jun 2019 17:12:59 +0200
Subject: [PATCH] for new systems -ltirpc is necessary, mt

---
 make_script.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_script.pl b/make_script.pl
index 4559cf8..80e1564 100755
--- a/make_script.pl
+++ b/make_script.pl
@@ -15,7 +15,7 @@ foreach my $dir ("allParam", "compat", "hadaq") {
 
     my $command = <<EOF;
 bash bootstrap
-CPPFLAGS="-I$path/include" LDFLAGS="-L$path/lib -L$path/lib64" ./configure --prefix="$path"
+CPPFLAGS="-I$path/include" LDFLAGS="-L$path/lib -L$path/lib64 -ltirpc" ./configure --prefix="$path"
 make clean
 make 
 make install
-- 
2.43.0