nixpkgs/pkgs
Tuomas Tynkkynen 919d44d29f openssh: Compile with '--with-pid-dir' to improve build purity
The configure script tries to probe whether /var/run exists when
determining the location for the pid file, which is not very nice when
doing chroot builds. Just set it explicitly to avoid the problem.

For reference, the culprit in configure.ac:
````
piddir=/var/run
if test ! -d $piddir ; then
        piddir=`eval echo ${sysconfdir}`
        case $piddir in
                NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
        esac
fi

AC_ARG_WITH([pid-dir],
        [  --with-pid-dir=PATH     Specify location of ssh.pid file],
...

````

Also, use the `install-nokeys` target in installPhase so we avoid
installing useless host keys into $out/etc/ssh and improve built purity
as well.
2015-12-28 18:40:21 +02:00
..
applications handbrake: fix compilation due to missing dep 2015-12-08 17:30:25 +01:00
build-support melpaBuild: add unpackCmd for single-file packages 2015-12-06 11:50:10 -06:00
data man-pages-posix: correct meta.homepage 2015-12-06 23:44:13 +01:00
desktops gpaste: 3.16.3 → 3.18.2 2015-12-04 20:39:19 +01:00
development Merge pull request #11544 from NeQuissimus/kotlin-3595 2015-12-08 15:27:19 +03:00
games nethack: fix the last-minute fix 2015-12-08 18:10:53 +03:00
misc wine unstable: 1.8-rc2 -> 1.8-rc3 2015-12-07 22:22:56 +01:00
os-specific linux-testing: 4.4.0-rc3 -> 4.4.0-rc4 2015-12-08 03:51:34 +01:00
servers cassandra 2.1.11 -> 2.1.12 2015-12-08 03:04:31 +01:00
shells zsh: 5.1.1 -> 5.2 2015-12-05 17:07:41 +01:00
stdenv Merge recent staging built on Hydra 2015-12-05 11:11:51 +01:00
test
tools openssh: Compile with '--with-pid-dir' to improve build purity 2015-12-28 18:40:21 +02:00
top-level Merge pull request #11547 from sigma/corkscrew 2015-12-08 17:47:46 +01:00