From: Steve Iribarne Date: Sun, 8 May 2011 23:42:12 +0000 (+0200) Subject: pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled X-Git-Tag: 1_19_0~136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed607a87e042bd0470c21244db814d599e2bce4f;p=oweals%2Fbusybox.git pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled Signed-off-by: Steve Iribarne Signed-off-by: Denys Vlasenko --- diff --git a/scripts/trylink b/scripts/trylink index 5994a757b..a8b0b2e03 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -255,6 +255,7 @@ if test "$CONFIG_FEATURE_SHARED_BUSYBOX" = y; then $GC_SECTIONS \ $START_GROUP $O_FILES $END_GROUP \ -L"$sharedlib_dir" -lbusybox \ + $l_list \ $INFO_OPTS \ || { echo "Linking $EXE failed"