2008-05-04 13:35:41 +00:00
|
|
|
Notes for OpenSSH 5.0p1 (Haiku r25311)
|
2008-03-30 20:28:30 +00:00
|
|
|
======================================
|
|
|
|
|
|
|
|
configure
|
|
|
|
---------
|
|
|
|
|
|
|
|
rm config.sub config.guess
|
|
|
|
automake --add-missing
|
|
|
|
autoreconf --force
|
|
|
|
|
2008-05-04 13:35:41 +00:00
|
|
|
./configure --prefix=/boot/home/config --with-ssl-dir=/boot/home/config --sbindir=/boot/home/config/bin --libexecdir=/boot/home/config/bin --localstatedir=/var
|
2008-03-30 20:28:30 +00:00
|
|
|
|
|
|
|
* automake will fail, but it will replace config.{sub,guess} anyway, which is
|
|
|
|
all we want.
|
2008-05-04 13:35:41 +00:00
|
|
|
* Note, the /boot/home/config paths are temporary only. This has to be changed
|
|
|
|
to /boot/common.
|
|
|
|
|
2008-03-30 20:28:30 +00:00
|
|
|
|
|
|
|
make/install
|
|
|
|
------------
|
|
|
|
|
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
2008-05-04 13:35:41 +00:00
|
|
|
|
|
|
|
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.
|