package/zstd: build multithreaded library if supported
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Fri, 4 Dec 2020 09:57:01 +0000 (10:57 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Jan 2021 14:29:58 +0000 (15:29 +0100)
commit52154e52069d20105f62191e6c9f903f188a5129
tree00ccc01da01e36998acfc45498cc998be5d80454
parent74ebbe0269da258b09c100427d95f1801f0681d7
package/zstd: build multithreaded library if supported

libzstd.so is built without multi-threading support by default.
The 'HAVE_THREAD' flag is not respected by lib/Makefile, only by
programs/Makefile.

Use the %-mt recipe in lib/Makefile to enable multithreading.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/zstd/zstd.mk