]> git.pld-linux.org Git - packages/autossh.git/commitdiff
- pass path to ssh via cache value, this works at least
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 May 2012 19:57:55 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autossh.spec -> 1.27

autossh.spec

index 48021d8cf1222cf5cc10eba47f333d2107b387bb..34a3900790433923331f17870b8b04b7db0ef2a5 100644 (file)
@@ -1,3 +1,5 @@
+# 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
@@ -59,8 +61,8 @@ systemową.
 %setup -q
 
 %build
-%configure \
-       --with-ssh=/usr/bin/ssh
+ac_cv_path_ssh=/usr/bin/ssh \
+%configure
 %{__make}
 
 %install
This page took 0.075055 seconds and 4 git commands to generate.