]> andersk Git - gssapi-openssh.git/commitdiff
- just run autoreconf instead of 'make -f Makefile.in distprep'
authorjbasney <jbasney>
Sat, 17 Feb 2007 01:25:08 +0000 (01:25 +0000)
committerjbasney <jbasney>
Sat, 17 Feb 2007 01:25:08 +0000 (01:25 +0000)
- specify zlib and privsep config in CVS build

nmi/testscript

index b05ab8daa2a376c540f112cb76a35df3160a1c5b..a668419197f04ad7fdfb137a71c3fd5c5a7c383f 100755 (executable)
@@ -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
This page took 0.050837 seconds and 5 git commands to generate.