[Buildroot] [PATCH] package/dhcp: install shared libraries

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Aug 9 20:55:29 UTC 2019


On Thu,  8 Aug 2019 23:27:59 -0300
unixmania at gmail.com wrote:

> From: Carlos Santos <unixmania at gmail.com>
> 
> We don't use "make install" for target installation because we build all
> utilities (server, relay, client) but install only the selected ones.
> 
> The utilities, however, require the shared libraries to work, so use the
> "install-exec" make target to install them. This also installs static
> libraries but they are removed later by target-finalize.
> 
> With this change the omshell utility is installed if server is selected.
> We keep it, since it is small and may be useful at run-time.
> 
> Fixes:
>   https://bugs.busybox.net/show_bug.cgi?id=12086
> 
> Signed-off-by: Carlos Santos <unixmania at gmail.com>
> ---
>  package/dhcp/dhcp.mk | 10 ++++++++++
>  1 file changed, 10 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list