mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
Merge #266828: pam: fix pam_unix autohentication failures when ran as user
...into staging-next
This commit is contained in:
commit
b8b231f704
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
||||
outputs = [ "out" "doc" "man" /* "modules" */ ];
|
||||
|
||||
depsBuildBuild = [ buildPackages.stdenv.cc ];
|
||||
# autoreconfHook269 is needed for `bind-locales.patch` above
|
||||
# autoreconfHook269 is needed for `suid-wrapper-path.patch` and
|
||||
# `bind-locales.patch` above.
|
||||
# pkg-config-unwrapped is needed for `AC_CHECK_LIB` and `AC_SEARCH_LIBS`
|
||||
nativeBuildInputs = [ flex autoreconfHook269 pkg-config-unwrapped ]
|
||||
++ lib.optional stdenv.buildPlatform.isDarwin gettext;
|
||||
|
@ -1,6 +1,6 @@
|
||||
It needs the SUID version during runtime, and that can't be in /nix/store/**
|
||||
--- a/modules/pam_unix/Makefile.in
|
||||
+++ b/modules/pam_unix/Makefile.in
|
||||
@@ -651 +651 @@
|
||||
--- a/modules/pam_unix/Makefile.am
|
||||
+++ b/modules/pam_unix/Makefile.am
|
||||
@@ -21 +21 @@
|
||||
- -DCHKPWD_HELPER=\"$(sbindir)/unix_chkpwd\" \
|
||||
+ -DCHKPWD_HELPER=\"/run/wrappers/bin/unix_chkpwd\" \
|
||||
|
Loading…
Reference in New Issue
Block a user