aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp/patches/520-bind-no-catgets.patch
Commit message (Collapse)AuthorAge
* treewide: quote CC and CXXPaul Fertser2023-01-20
| | | | | | | When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs to be quoted to avoid word splitting on substitution. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* isc-dhcp: fix build on macosSergey V. Lobanov2022-01-28
| | | | | | | | | isc-dhcp uses system ar tool so build fails on Darwin build host. Embedded bind lib uses system ar and ranlib tools and fails on Darwin This patch explicitly specifies ar and ranlib tools for target build Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* isc-dhcp: seeing crashes when attempting to update dynamic dnsPhilip Prindeville2020-12-10
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>