complibs/libelf: use target ranlib

For portability, the right ranlib for the target must be passed to
libelf's configure.

Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
This commit is contained in:
Titus von Boxberg" 2011-08-21 17:54:12 +02:00 committed by Titus von Boxberg
parent 770a64c7ff
commit aae55bbcc0

View File

@ -65,6 +65,7 @@ do_libelf_target() {
CT_DoExecLog CFG \
CC="${CT_TARGET}-gcc" \
CFLAGS="-fPIC" \
RANLIB="${CT_TARGET}-ranlib" \
"${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure" \
--build=${CT_BUILD} \
--host=${CT_TARGET} \