kumquat-buildroot/package/dhcp
Carlos Santos a404d48e7e package/dhcp: install shared libraries
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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-08-09 22:43:12 +02:00
..
0001-master-Added-includes-of-new-BIND9-compatibility-headers-updated-util-bind-sh.patch package/dhcp: use system bind 2019-05-09 21:30:26 +02:00
Config.in package/dhcp: fix upstream URL in Config.in 2019-05-17 10:36:40 +02:00
dhclient-script
dhclient.conf
dhcp.hash
dhcp.mk package/dhcp: install shared libraries 2019-08-09 22:43:12 +02:00
dhcpd.conf
dhcpd.service
S80dhcp-relay
S80dhcp-server