Merge pull request #11991 from dezgeg/pr-openssh-purity
openssh: Compile with '--with-pid-dir' to improve build purity
This commit is contained in:
commit
f3aa927b70
@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
# properly when cross building.
|
# properly when cross building.
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
"--with-pid-dir=/run"
|
||||||
"--with-mantype=man"
|
"--with-mantype=man"
|
||||||
"--with-libedit=yes"
|
"--with-libedit=yes"
|
||||||
"--disable-strip"
|
"--disable-strip"
|
||||||
@ -61,6 +62,7 @@ stdenv.mkDerivation rec {
|
|||||||
cp contrib/ssh-copy-id.1 $out/share/man/man1/
|
cp contrib/ssh-copy-id.1 $out/share/man/man1/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
installTargets = [ "install-nokeys" ];
|
||||||
installFlags = [
|
installFlags = [
|
||||||
"sysconfdir=\${out}/etc/ssh"
|
"sysconfdir=\${out}/etc/ssh"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user