mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 02:24:40 +01:00
efa13a3a74
the post install script. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@25312 a95241bf-73f2-0310-859d-f6bbb57e9c96
32 lines
753 B
Plaintext
32 lines
753 B
Plaintext
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.
|