]> code.ossystems Code Review - openembedded-core.git/commit
bind: fix too long error from gen
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 17 Sep 2015 07:53:07 +0000 (00:53 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Sep 2015 14:20:04 +0000 (15:20 +0100)
commit10e017fd3de3ff1ab0c1b32ac7a9610a04f8ff13
tree8609db45da0d2aa2dc58e84cb2521042b3b0036b
parent9bfec97d5051992d2be3cbeecf800efc87a415f3
bind: fix too long error from gen

gen.c uses 512 as the path length which is a little short when build in
deep dir, and cause "too long" error, use PATH_MAX if defined.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/bind/bind/0001-lib-dns-gen.c-fix-too-long-error.patch [new file with mode: 0644]
meta/recipes-connectivity/bind/bind_9.10.2-P4.bb