diff options
author | Steve Iribarne | 2011-05-09 01:42:12 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-05-09 01:42:12 +0200 |
commit | ed607a87e042bd0470c21244db814d599e2bce4f (patch) | |
tree | 973b00da3c650b5e97613b982938d9fda11b19bf /scripts/trylink | |
parent | bcf1fa80f31468a2299b681dd096d41a0b5ed7f4 (diff) | |
download | busybox-ed607a87e042bd0470c21244db814d599e2bce4f.zip busybox-ed607a87e042bd0470c21244db814d599e2bce4f.tar.gz |
pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
Signed-off-by: Steve Iribarne <siribarne@grid-net.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts/trylink')
-rwxr-xr-x | scripts/trylink | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/trylink b/scripts/trylink index 5994a75..a8b0b2e 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" |