uclibc: fix make utils build
commitf5e9f1afabd89d2076c9b8550e2c179d86aa2874
authorMarc Andre Tanner <mat@brain-dump.org>
Wed, 11 Nov 2009 21:59:11 +0000 (11 22:59 +0100)
committerMarc Andre Tanner <mat@brain-dump.org>
Wed, 11 Nov 2009 21:59:11 +0000 (11 22:59 +0100)
tree35c390a9756ff452f126097700fb02c079158401
parent4811543214d385314aed821f4d860a281844e4c7
uclibc: fix make utils build

In theory the -Wl,-rpath-link,$(top_builddir)lib should make sure that
the utils are linked against the newly built libc but apparently this
isn't the case. We therefore add -L$(top_builddir).

Signed-off-by: Marc Andre Tanner <mat@brain-dump.org>
sources/patches/uClibc-fix-utils-build.patch [new file with mode: 0644]