]> git.pld-linux.org Git - packages/autossh.git/blobdiff - autossh.spec
- pass path to ssh via cache value, this works at least
[packages/autossh.git] / 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.025067 seconds and 4 git commands to generate.