⛏️ index : buildtools.git

Notes for OpenSSH 5.0p1 (Haiku r25311)
======================================

configure
---------

  rm config.sub config.guess
  automake --add-missing
  autoreconf --force

  ./configure --prefix=/boot/home/config --with-ssl-dir=/boot/home/config --sbindir=/boot/home/config/bin --libexecdir=/boot/home/config/bin --localstatedir=/var

* automake will fail, but it will replace config.{sub,guess} anyway, which is
  all we want.
* Note, the /boot/home/config paths are temporary only. This has to be changed
  to /boot/common.


make/install
------------

  make
  make install


packaging
---------

* Remove the generated host keys (in /boot/home/config/etc).
* Add the post install script (ssh.sh) that generates the host keys on the first
  run.