diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-11-14 15:47:47 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-11-18 09:54:01 -0800 |
commit | 02a9767b3eab37642250aaeee5c17a10b38a759e (patch) | |
tree | 375103fbb3e73169b5e9589b4b0a01a0b8e22420 /.gitignore | |
parent | 10127acafaf58cf044cc546a9d440091d494f931 (diff) | |
download | meta-openembedded-02a9767b3eab37642250aaeee5c17a10b38a759e.tar.gz |
tk: export TK_LIBRARY='${libdir}/tk${VER}'
As there is below logic in configure.in
[snip]
test -z "$TK_LIBRARY" && TK_LIBRARY='$(prefix)/lib/tk$(VERSION)'
[snip]
It can make TK_LIBRARY to be $(prefix)/lib/tk$(VERSION)
and then result in some files installed to
/usr/lib/tk8.6 even when ${libdir} actually
extract as /usr/lib64 and there is also a commit
as below adding hack to workaround this.
1ca29d1cd tk: make multilib build compatible and fix library install
Export TK_LIBRARY='${libdir}/tk${VER}' to guarantee
the files installed to the expected places and
also remove the workaround in the previous commit
1ca29d1cd.
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions