From d9a9e62e4c24731b1a5614f30808b00db66f2e04 Mon Sep 17 00:00:00 2001 From: jbasney Date: Sat, 21 Apr 2007 15:03:59 +0000 Subject: [PATCH] set zlib location for GT builds --- nmi/testscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nmi/testscript b/nmi/testscript index 1cde82e..dbbd6ad 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -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 .. -- 2.45.1