aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross_5.2.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-09-09 13:40:03 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-12 22:47:11 +0100
commit2f22eb1ce8083afb929cce432b8dda84682520e8 (patch)
tree872d63e45f8613a941756a2e413aaa9eb4c9244d /meta/recipes-devtools/gcc/gcc-cross_5.2.bb
parentaa8ba5c4af2636dbc2d0c1ad9c230e8aa26d9962 (diff)
downloadopenembedded-core-contrib-2f22eb1ce8083afb929cce432b8dda84682520e8.tar.gz
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/gcc-cross_5.2.bb')
0 files changed, 0 insertions, 0 deletions