* Merge SUSE's coreutils-5.0-pam-env.patch so that PAM modules can
pass environment variables (notably DISPLAY and XAUTHORITY) to the child shell. svn path=/nixpkgs/trunk/; revision=7701
This commit is contained in:
parent
4d2519baad
commit
a71003612b
@ -14,7 +14,6 @@ stdenv.mkDerivation {
|
|||||||
# PAM patch taken from SUSE's coreutils-6.7-5.src.rpm.
|
# PAM patch taken from SUSE's coreutils-6.7-5.src.rpm.
|
||||||
./su-pam.patch
|
./su-pam.patch
|
||||||
];
|
];
|
||||||
patchFlags = "-p0";
|
|
||||||
buildInputs = [pam];
|
buildInputs = [pam];
|
||||||
buildPhase = "
|
buildPhase = "
|
||||||
make -C lib
|
make -C lib
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user