commit | bb2fd67d0bfe16441d4b1d2e6ece83b04955b379 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bartekgola@gmail.com> | Fri Aug 14 08:50:00 2015 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Aug 17 17:05:55 2015 +0200 |
tree | 574e0b495f07413ba7c4bb236e10591469a8b50d | |
parent | 718e228adcd7b9592b504b55217d13f4216a0450 [diff] |
Makefile: add missing libraries to LDLIBS Static build with CONFIG_PAM fails on Debian Jessie due to undefined references to libdl and libaudit. Static build without pam, but with libcrypt required fails as well due to undefined references to libpthread. Fix these two cases by adding the missing libraries to LDLIBS when appropriate. Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>