busybox: Fix pam_start link errors when PAM support is enabled
authorJohn Crispin <[email protected]>
Mon, 1 Sep 2014 13:21:36 +0000 (13:21 +0000)
committerJohn Crispin <[email protected]>
Mon, 1 Sep 2014 13:21:36 +0000 (13:21 +0000)
commitd21fc5f94f8cd2874cd7ec4d1ccbbae8b5f7961e
treec32ef2be5079fa7730f47d30053874a41991ee83
parent09aabaadcfd9eb50e7dc0f47c02c04f86c549c30
busybox: Fix pam_start link errors when PAM support is enabled

Patch to BusyBox Makefile to fix linker errors when PAM support is enabled by
CONFIG_BUSYBOX_CONFIG_PAM=y. Typical errors include:
login.c:(.text.login_main+0x122): undefined reference to `pam_start'

Signed-off-by: Stephen Parry <[email protected]>
Backport of r42195

SVN-Revision: 42368
package/utils/busybox/Makefile