]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
for new systems -ltirpc is necessary, mt master
authorMichael Traxler <M.Traxler@gsi.de>
Fri, 28 Jun 2019 15:12:59 +0000 (17:12 +0200)
committerMichael Traxler <M.Traxler@gsi.de>
Fri, 28 Jun 2019 15:12:59 +0000 (17:12 +0200)
make_script.pl

index 4559cf8748bafbb1e6653f97e6655fd73a1aa040..80e1564603e6c0166707a45b4de053e47d6dbc2b 100755 (executable)
@@ -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