busybox: Fix pam_start link errors when PAM support is enabled
authorJohn Crispin <blogic@openwrt.org>
Mon, 18 Aug 2014 13:10:08 +0000 (13:10 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 18 Aug 2014 13:10:08 +0000 (13:10 +0000)
commit90b2348344817d1895789d654fdab306c1db69c7
treec01a0247be538e6d0ff42ebf4a035c262bee8157
parent743beb18ffc3db90f33c2b9912822aa9120fab05
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42195 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/busybox/Makefile