complibs/libelf: use target ranlib 1.12
authorTitus von Boxberg <titus@v9g.de>
Sun Aug 21 17:54:12 2011 +0200 (2011-08-21)
branch1.12
changeset 2635daa630f28c05
parent 2634 e29a762bbadf
child 2636 d53c6d529923
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>
(transplanted from e4a6fefcb0f5ecbcade3ae5edbe609560843aed1)
scripts/build/companion_libs/libelf.sh
     1.1 --- a/scripts/build/companion_libs/libelf.sh	Wed Aug 17 23:53:49 2011 +0200
     1.2 +++ b/scripts/build/companion_libs/libelf.sh	Sun Aug 21 17:54:12 2011 +0200
     1.3 @@ -65,6 +65,7 @@
     1.4      CT_DoExecLog CFG                                        \
     1.5      CC="${CT_TARGET}-gcc"                                   \
     1.6      CFLAGS="-fPIC"                                          \
     1.7 +    RANLIB="${CT_TARGET}-ranlib"                            \
     1.8      "${CT_SRC_DIR}/libelf-${CT_LIBELF_VERSION}/configure"   \
     1.9          --build=${CT_BUILD}                                 \
    1.10          --host=${CT_TARGET}                                 \