package/zstd: avoid compilation during host-zstd install step
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Mon, 28 Sep 2020 11:42:26 +0000 (13:42 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 28 Sep 2020 20:04:15 +0000 (22:04 +0200)
commit2e8bf36dc4421f2213f8fa6de91b2c9bf3d64e45
tree7a7078c27481cadc71499e2f5fc9384f366af40c
parent80513c6bac368aa8d2416a65a117587e6c1c01ed
package/zstd: avoid compilation during host-zstd install step

The host-zstd-build step was not actually compiling the library:

make[1]: Entering directory '/buildroot/output/build/host-zstd-1.4.5/lib'
make[1]: Nothing to be done for 'default'.
make[1]: Leaving directory '/buildroot/output/build/host-zstd-1.4.5/lib'

and the actual compilation was part of the install step.
This is not how other Buildroot packages work.

Make sure to specify which library targets we want instead. The total amount
of compiled files does not change with this patch.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/zstd/zstd.mk