]> andersk Git - gssapi-openssh.git/commitdiff
set zlib location for GT builds
authorjbasney <jbasney>
Sat, 21 Apr 2007 15:03:59 +0000 (15:03 +0000)
committerjbasney <jbasney>
Sat, 21 Apr 2007 15:03:59 +0000 (15:03 +0000)
nmi/testscript

index 1cde82ee6191a8e04b1c3ee02ebf65d89c440023..dbbd6ada9faa32caa307d1f57e07df69c68bcd2d 100755 (executable)
@@ -35,7 +35,8 @@ else
 fi
 tar xfz $GT_INSTALLER
 cd gt*-installer
-./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose"
+./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose" \
+            --with-gsiopensshargs="--with-zlib=$ZLIB_LOCATION"
 make gsi-openssh install
 . $GLOBUS_LOCATION/etc/globus-user-env.sh
 cd ..
@@ -92,7 +93,8 @@ if test -f nightly.tar.gz; then
     GLOBUS_LOCATION=$_CONDOR_SCRATCH_DIR/globus-trunk
     tar xfz nightly.tar.gz
     cd gtTRUNK-all-source-installer
-    ./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose"
+    ./configure --prefix=$GLOBUS_LOCATION --with-buildopts="-verbose" \
+                --with-gsiopensshargs="--with-zlib=$ZLIB_LOCATION"
     make gsi-openssh install
     . $GLOBUS_LOCATION/etc/globus-user-env.sh
     cd ..
This page took 0.043265 seconds and 5 git commands to generate.