diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-01-17 17:16:51 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-17 10:33:34 +0000 |
commit | a263281d9c774a03cce76caa3cc477cc85a9c2a9 (patch) | |
tree | 794426f43b42b2ac1f892111d53bec38eb8496c4 /README | |
parent | a9ff0bbac5ae0688525c71f0a358f0750a277269 (diff) | |
download | openembedded-core-a263281d9c774a03cce76caa3cc477cc85a9c2a9.tar.gz openembedded-core-a263281d9c774a03cce76caa3cc477cc85a9c2a9.tar.bz2 openembedded-core-a263281d9c774a03cce76caa3cc477cc85a9c2a9.zip |
tcl: fix the TCL_INCLUDE_SPEC
We have moved the header files to ${includedir}/tcl${VERSION}, but we
didn't fix the TCL_INCLUDE_SPEC which is still ${includedir}, it should
also be ${includedir}/tcl${VERSION}
Note: this commit modifiey alter-includedir.patch, so it doesn't look
very clear, I only fixed one line in both configure and configure.in:
-eval "TCL_INCLUDE_SPEC=\"-I${includedir}\""
+eval "TCL_INCLUDE_SPEC=\"-I${includedir}/tcl${VERSION}\""
The other changes are because I use git to create the patch while the
previous one uses svn.
[YOCTO #5732]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions