From 10ec1f1e2a2f7ca0fd48d431315bf8e24d81565b Mon Sep 17 00:00:00 2001 From: jbasney Date: Sat, 17 Feb 2007 01:25:08 +0000 Subject: [PATCH] - just run autoreconf instead of 'make -f Makefile.in distprep' - specify zlib and privsep config in CVS build --- nmi/testscript | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nmi/testscript b/nmi/testscript index b05ab8d..a668419 100755 --- a/nmi/testscript +++ b/nmi/testscript @@ -65,9 +65,11 @@ if test -d openssh; then echo ================================================== echo Building GSI-OpenSSH from CVS... cd openssh - make -f Makefile.in distprep + autoreconf ./configure --prefix=$GLOBUS_LOCATION \ - --with-globus-flavor=$GLOBUS_FLAVOR_NAME + --with-globus-flavor=$GLOBUS_FLAVOR_NAME \ + --with-zlib=$ZLIB_LOCATION \ + --with-privsep-user=$USER --with-privsep-path=$GLOBUS_LOCATION/var/empty make install fi ) 2>&1 # we want stdout & stderr mixed in the output file -- 2.45.1