]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Building head on stable/11 requires libzstd
authorsjg <sjg@FreeBSD.org>
Mon, 28 Oct 2019 20:45:29 +0000 (20:45 +0000)
committersjg <sjg@FreeBSD.org>
Mon, 28 Oct 2019 20:45:29 +0000 (20:45 +0000)
commit5049e4da8c1972fe30b821886a059b0da8f3e0b6
treecce8bf87205b05be2a6436b06f2a165044791d54
parent999cebf707a1caadcd2ef3f823dfe8f6e39c9196
Building head on stable/11 requires libzstd

Add lib/libzstd to _elftoolchain_libs

tools/build/Makefile needs to create the install dir for libzstd
Since this would make the line too long, rework to use a list
in one per line format (easier to add in future)
and dispense with the .for loop

Reviewed by: emaste bapt
Differential Revision: https://reviews.freebsd.org/D220134
Makefile.inc1
tools/build/Makefile