[Buildroot] [PATCH 1/2] slang: fix linking issue

Peter Korsgaard jacmet at uclibc.org
Fri Mar 28 08:55:49 UTC 2014


>>>>> "Romain" == Romain Naour <romain.naour at openwide.fr> writes:

 > The installation location of the slang library
 > does not take into account the DESTDIR directory.
 > So SLANG_INST_LIB is initialized with -L/usr/lib/
 > and slang may be linked with host's libdl.so (if any)
 > Therefore, we have to pass correct installation paths.

 > Fixes:
 > http://autobuild.buildroot.net/results/df4/df435d9cebbdc84b3581ba258b618123570dde8b/

 > Signed-off-by: Romain Naour <romain.naour at openwide.fr>

The real problem is that the slang build system gets confused and
rebuilds slsh even though it has just built it in the build step (called
slsh_exe for some reason though).

But ok, I tried fiddling a bit with Makefile.in, but also didn't manage
to fix it - So committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list