pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
authorSteve Iribarne <siribarne@grid-net.com>
Sun, 8 May 2011 23:42:12 +0000 (01:42 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 8 May 2011 23:42:12 +0000 (01:42 +0200)
Signed-off-by: Steve Iribarne <siribarne@grid-net.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/trylink

index 5994a75..a8b0b2e 100755 (executable)
@@ -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"