Changes between Initial Version and Version 1 of Ticket #60385, comment 2


Ignore:
Timestamp:
Apr 22, 2020, 7:09:11 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60385, comment 2

    initial v1  
    1010}}}
    1111
    12 So in this situation, you need to do some sleuthing... when did openssh change to need that header? Is there an acceptable older version available that didn't need that header that can do what you need? Is there an option in openssh that lets you avoid that header somehow (probably there is -- that is a Mac-OS specific header and there is sure to be another pathway for linux systems that might work for Leopard? Can you hack around that header in some way, replacing what it is looking for with something similar that can do the same job?
     12So in this situation, you need to do some sleuthing... when did openssh change to need that header? Is there an acceptable older version available that didn't need that header that can do what you need? Is there an option in openssh that lets you avoid that header somehow (probably there is -- that is a Mac-OS specific header and there is sure to be another pathway for linux systems that might work for Leopard)? Can you hack around that header in some way, replacing what it is looking for with something similar that can do the same job?
    1313
    1414The easy way out is to just say "10.6 and greater only" and disable it from building on 10.5 and less, but that is cheating :>