packages: autossh/autossh.spec - pass path to ssh via cache value, this wor...

glen glen at pld-linux.org
Mon May 28 21:58:00 CEST 2012


Author: glen                         Date: Mon May 28 19:58:00 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pass path to ssh via cache value, this works at least

---- Files affected:
packages/autossh:
   autossh.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/autossh/autossh.spec
diff -u packages/autossh/autossh.spec:1.26 packages/autossh/autossh.spec:1.27
--- packages/autossh/autossh.spec:1.26	Mon May 28 21:08:20 2012
+++ packages/autossh/autossh.spec	Mon May 28 21:57:55 2012
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO:
+# - --with-ssh=/usr/bin/ssh does has no effect, it still tries to find ssh from $PATH and fail
 Summary:	Automatically restart SSH sessions and tunnels
 Summary(pl.UTF-8):	Automatyczny restart sesji i tuneli SSH
 Name:		autossh
@@ -60,8 +62,8 @@
 %setup -q
 
 %build
-%configure \
-	--with-ssh=/usr/bin/ssh
+ac_cv_path_ssh=/usr/bin/ssh \
+%configure
 %{__make}
 
 %install
@@ -108,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2012/05/28 19:57:55  glen
+- pass path to ssh via cache value, this works at least
+
 Revision 1.26  2012/05/28 19:08:20  glen
 - epoch not defined
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/autossh/autossh.spec?r1=1.26&r2=1.27



More information about the pld-cvs-commit mailing list