Call perl explicitlyi when initiating configure from etics configurations.
authorZdeněk Šustr <sustr4@cesnet.cz>
Tue, 30 Mar 2010 10:25:17 +0000 (10:25 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Tue, 30 Mar 2010 10:25:17 +0000 (10:25 +0000)
org.glite.lb/configure

index 238cfc3..71ff6f0 100755 (executable)
@@ -699,7 +699,7 @@ init = None
 install = make install
 clean = make clean
 test = make check
-configure = cd $confdir && \${moduleName}/configure --thrflavour=\${globus.thr.flavor} --nothrflavour=\${globus.nothr.flavor} --prefix=\${prefix} --stage=\${stageDir} --libdir=\${libdir} --module $subsys.$module @copts
+configure = cd $confdir && /usr/bin/perl \${moduleName}/configure --thrflavour=\${globus.thr.flavor} --nothrflavour=\${globus.nothr.flavor} --prefix=\${prefix} --stage=\${stageDir} --libdir=\${libdir} --module $subsys.$module @copts
 checkstyle = None
 
 [Platform-default:Property]