commit | 265a74b9834cfe8a9d25ce1cf4d4db509f9a44f2 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bartekgola@gmail.com> | Tue Feb 11 21:31:42 2014 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Feb 19 18:53:25 2014 +0100 |
tree | 6fe465dd9760a9e7a1864f1e46f5457bd2b3a50a | |
parent | ffc3a93d0dbf4ac887f528c0495cd586a092d88f [diff] |
Kbuild: move CONFIG_PAM to general configuration Currently CONFIG_PAM depends on CONFIG_LOGIN, but is used by the httpd applet too. This patch moves said option to general configuration, thus allowing to compile httpd with PAM support independently from login. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>