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:
aaccc9e
)
The most recent version copied. Do not modify this instance (RW in ./org.glite.lb).
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 2 Apr 2009 11:03:57 +0000
(11:03 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 2 Apr 2009 11:03:57 +0000
(11:03 +0000)
org.glite.lb.server/configure
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/configure
b/org.glite.lb.server/configure
index
9a7e696
..
9445d53
100755
(executable)
--- a/
org.glite.lb.server/configure
+++ b/
org.glite.lb.server/configure
@@
-545,8
+545,10
@@
sub mode_etics {
@ge{@{$etics_projects{'org.glite'}}} = (1) x ($#{$etics_projects{'org.glite'}}+1);
for (@{$need_externs{"$subsys.$module"}}) {
+ if ($need_externs_type{"$subsys.$module"}->{$_}=~/B/) {
my $eext = $etics_externs{$_} ? $etics_externs{$_} : $_;
push @copts,$ge{$_} ? "--with-$_=\${stageDir}" : "--with-$_=\${$eext.location}";
+ }
}
for (@{$need_jars{"$subsys.$module"}}) {