]> code.ossystems Code Review - openembedded-core.git/commit
bind: fix compile failure when building path is long
authorChen Qi <Qi.Chen@windriver.com>
Wed, 9 Sep 2015 05:40:03 +0000 (13:40 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2015 21:47:11 +0000 (22:47 +0100)
commit2f22eb1ce8083afb929cce432b8dda84682520e8
tree872d63e45f8613a941756a2e413aaa9eb4c9244d
parentaa8ba5c4af2636dbc2d0c1ad9c230e8aa26d9962
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>
meta/recipes-connectivity/bind/bind/0001-gen.c-extend-DIRNAMESIZE-from-256-to-512.patch [new file with mode: 0644]
meta/recipes-connectivity/bind/bind_9.10.2-P4.bb