[Buildroot] [PATCH v3 1/1] package/dhcp: add host-gawk to global dependencies and build environment

Peter Korsgaard peter at korsgaard.com
Sun May 23 18:38:25 UTC 2021


>>>>> "Sergey" == Sergey Matyukevich <geomatsi at gmail.com> writes:

 > DHCP package may silently fail to install binaries to the target image.
 > The problem occurs when buildroot output/host and build server provide
 > different flavors of awk. For instance, mawk on build server and gawk
 > in buildroot output/host. In this case isc-dhcp configure script detects
 > gawk in output/host and generates Makefiles specifying gawk without
 > absolute path. During Buildroot installation phase, those Makefiles
 > are used to install dhcp binaries. They attempt to use gawk without
 > absolute path. However build host does not have gawk.

 > To resolve the issue add host-gawk to dependencies and specify absolute
 > path to host-gawk in dhcp configure script using DHCP_CONF_ENV.

 > Signed-off-by: Sergey Matyukevich <geomatsi at gmail.com>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list