projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf1fa8
)
pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
author
Steve Iribarne
<siribarne@grid-net.com>
Sun, 8 May 2011 23:42:12 +0000
(
01:42
+0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/scripts/trylink
b/scripts/trylink
index 5994a757bc1a3fc35994f0a3528e7eb72695da4a..a8b0b2e0342e279577f50cb17171195511ccedfc 100755
(executable)
--- 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"