2004-08-02 13:55:31 +02:00
|
|
|
. $stdenv/setup
|
2004-08-30 15:53:48 +02:00
|
|
|
|
|
|
|
configureFlags="--with-privsep-path=$out/empty"
|
2004-08-02 13:55:31 +02:00
|
|
|
|
|
|
|
genericBuild
|
2004-08-30 15:53:48 +02:00
|
|
|
|
|
|
|
rm $out/etc/ssh_host_dsa_key $out/etc/ssh_host_dsa_key.pub $out/etc/ssh_host_key $out/etc/ssh_host_key.pub $out/etc/ssh_host_rsa_key $out/etc/ssh_host_rsa_key.pub
|
|
|
|
|
|
|
|
chmod +r $out/libexec/ssh-keysign
|