]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bind: fix compile failure when building path is long ChenQi/bind-long-path
authorChen Qi <Qi.Chen@windriver.com>
Wed, 9 Sep 2015 05:21:11 +0000 (13:21 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Wed, 9 Sep 2015 05:37:55 +0000 (13:37 +0800)
commite7f786277bcb7591b7cd8073f398586a7fa0bc8b
tree4883061e9bdc92fa14a5b0a82ef78c3a91119d39
parent8402958cd2cb87b8283c8ee4e2d08e1a6717d67a
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>
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-P3.bb