nixpkgs/pkgs
Tuomas Tynkkynen 8a985d97a1 sudo: Compile with '--with-iologdir' to improve build purity
Otherwise it will try to guess the log directory, and the guess might
not be the same if chroot builds are enabled or not.

The gruesome details from m4/sudo.m4:

````
dnl
dnl Where the I/O log files go, use /var/log/sudo-io if
dnl /var/log exists, else /{var,usr}/adm/sudo-io
dnl
AC_DEFUN([SUDO_IO_LOGDIR], [
    AC_MSG_CHECKING(for I/O log dir location)
    if test "${with_iologdir-yes}" != "yes"; then
        iolog_dir="$with_iologdir"
    elif test -d "/var/log"; then
        iolog_dir="/var/log/sudo-io"
    elif test -d "/var/adm"; then
        iolog_dir="/var/adm/sudo-io"
    else
        iolog_dir="/usr/adm/sudo-io"
    fi
    if test "${with_iologdir}" != "no"; then
        SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir")
    fi
    AC_MSG_RESULT($iolog_dir)
])dnl
````
2016-01-02 18:50:11 +01:00
..
applications Merge pull request #12070 from exi/kmymoney-add-kbanking 2016-01-02 16:01:22 +03:00
build-support update-walker: add a minimal description 2016-01-01 19:07:38 +01:00
data Merge pull request #12088 from rycee/bump/fira-code 2016-01-02 13:46:16 +01:00
desktops gnome-boxes, libguestfs: fix builds due to libvirt 2015-12-28 21:44:12 +00:00
development omake: Fix broken download URL 2016-01-02 18:21:48 +01:00
games tibia: 10.81 -> 10.90 2016-01-01 03:57:55 +00:00
misc cups-pk-helper: init at 0.2.5 2016-01-01 23:33:11 +01:00
os-specific linux-testing: 4.4.0-rc6 -> 4.4.0-rc7 2016-01-02 17:56:03 +01:00
servers owncloud 7.0.11 -> 7.0.12 2016-01-02 09:10:54 +01:00
shells Merge master into staging 2015-12-23 18:57:35 +01:00
stdenv stdenvBootstrapTools.x86_64-darwin: unbreak 2015-12-28 16:59:37 -05:00
test
tools sudo: Compile with '--with-iologdir' to improve build purity 2016-01-02 18:50:11 +01:00
top-level policykit: remove the package obsoleted by polkit 2016-01-02 09:02:06 +01:00