summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/dhcp/files/0002-bind-version-update-to-latest-version.patch
Commit message (Collapse)AuthorAgeFilesLines
* dhcp-relay: update bundled bind to 9.11.32Yi Zhao2021-06-091-0/+30
Update the bundled bind from 9.11.14 to 9.11.32. Fixes build error on qemuarmv5: stats.c: In function 'setcounter': stats.c:300:36: error: 'val' undeclared (first use in this function); did you mean 'value'? 300 | stats->counters[counter] = val; | ^~~ | value Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>