diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-09-09 13:40:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-12 22:47:11 +0100 |
commit | 2f22eb1ce8083afb929cce432b8dda84682520e8 (patch) | |
tree | 872d63e45f8613a941756a2e413aaa9eb4c9244d /meta/recipes-devtools/gcc | |
parent | aa8ba5c4af2636dbc2d0c1ad9c230e8aa26d9962 (diff) | |
download | openembedded-core-2f22eb1ce8083afb929cce432b8dda84682520e8.tar.gz openembedded-core-2f22eb1ce8083afb929cce432b8dda84682520e8.tar.bz2 openembedded-core-2f22eb1ce8083afb929cce432b8dda84682520e8.zip |
bind: fix compile failure when building path is long
Fix the building path is long, when building bind, we would meet the following
error.
".../long/path/to/bind/9.10.2-P3-r0/bind-9.10.2-P3/lib/dns" too long
This is because the in gen.c, DIRNAMESIZE is limited to 256. But in OE, the
path length limit is more than 400. So we change it to 512.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gcc')
0 files changed, 0 insertions, 0 deletions