]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
added lib and lib64, mt
authorECal Group <hadaq@cbmpc026.gsi.de>
Fri, 21 Jun 2013 09:21:16 +0000 (11:21 +0200)
committerECal Group <hadaq@cbmpc026.gsi.de>
Fri, 21 Jun 2013 09:21:16 +0000 (11:21 +0200)
make_script.pl

index 074482b6c0e99e582b2399f22aff4925f704acae..4559cf8748bafbb1e6653f97e6655fd73a1aa040 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:$path/lib64" ./configure --prefix="$path"
+CPPFLAGS="-I$path/include" LDFLAGS="-L$path/lib -L$path/lib64" ./configure --prefix="$path"
 make clean
 make 
 make install