busybox: Fix pam_start link errors when PAM support is enabled
authorJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:10:08 +0000 (13:10 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 18 Aug 2014 13:10:08 +0000 (13:10 +0000)
commit406d53c6977b8ab9881763f6415c0324f28f2411
tree7c428a52ff6acb93dd32ecd7b9cda94f7c8812be
parentbe6bbc7975462785e55d7722ba547ee06df2dbe2
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 <sgparry@mainscreen.com>
SVN-Revision: 42195
package/utils/busybox/Makefile