target-finalize: fix calling ldconfig
authorYann E. MORIN <yann.morin.1998@free.fr>
Fri, 17 Apr 2015 16:10:33 +0000 (18:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 18 Apr 2015 13:56:41 +0000 (15:56 +0200)
commit1c4d3555f4e810e8268b5e1b98cc09de0cbce885
treefcff6d63955a5fd6ec2abc1fb16880e23679535d
parentd0185fcc6dd13d74f44c76ee163824beb025b39b
target-finalize: fix calling ldconfig

On some systems (e.g. Fedora 20), the build breaks when parsing include
directives in our /etc/ld.so.conf, with error messages as thus:

    /sbin/ldconfig: need absolute file name for configuration file
    when using -r

So, enforce the path to the ld.so.conf file to point to our own, in the
target/ directory.

Reported-by: Al West <al.west@v-nova.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Makefile