git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd5265
)
Build in the location of sources to make ETICS mock build working (support is already...
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 5 Apr 2011 10:52:15 +0000
(10:52 +0000)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 5 Apr 2011 10:52:15 +0000
(10:52 +0000)
org.glite.lb/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/configure
b/org.glite.lb/configure
index
43aa145
..
5a0b8b6
100755
(executable)
--- a/
org.glite.lb/configure
+++ b/
org.glite.lb/configure
@@
-871,10
+871,7
@@
for my $ext (keys %deps_aux) {
);
my @k = keys %deps_aux;
-@buildroot{@k} = ('build') x ($#k+1);
-
-my @t = qw/lb.client-java jobid.api-java lb.types/;
-@buildroot{@t} = ('') x ($#t+1);
+@buildroot{@k} = ('') x ($#k+1);
$buildroot{'gridsite.core'} = 'src';
}