summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-12-28 00:02:44 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2015-12-28 18:40:21 +0200
commit919d44d29ffa5aa2ea499f97f1bf1a7009366fbc (patch)
tree798d23b8e5afe1db4a7a99dde5e4bb57c6a455fd /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parent93d8671e2c6d1d25f126ed30e5e6f16764330119 (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions