From a19aa4f7046ff58f4a52f974ee89729147388055 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 22 Jun 2020 03:44:01 +0000 Subject: [PATCH] Squash liblzma build race As of r362452, liblzma depends on libmd but the buildworld build order hadn't been amended to document the new dependency. Reported by: jenkins via freqlabs X-MFC-With: r362452 --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 7a1c24585b8e..24af34e701a9 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2774,7 +2774,7 @@ _lib_casper= lib/libcasper lib/libpjdlog__L: lib/libutil__L lib/libcasper__L: lib/libnv__L -lib/liblzma__L: lib/libthr__L +lib/liblzma__L: lib/libmd__L lib/libthr__L lib/libzstd__L: lib/libthr__L _generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib}