svn commit: r352553 - head
Baptiste Daroussin
bapt at FreeBSD.org
Fri Sep 20 09:45:39 UTC 2019
Author: bapt
Date: Fri Sep 20 09:45:38 2019
New Revision: 352553
URL: https://svnweb.freebsd.org/changeset/base/352553
Log:
Ensure libthr is always built before libprivatezstd when building the
startup libs
Reported by: "Galazka, Krzysztof" <krzysztof.galazka at intel.com>
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1 Fri Sep 20 09:36:07 2019 (r352552)
+++ head/Makefile.inc1 Fri Sep 20 09:45:38 2019 (r352553)
@@ -2832,6 +2832,7 @@ _lib_casper= lib/libcasper
lib/libpjdlog__L: lib/libutil__L
lib/libcasper__L: lib/libnv__L
lib/liblzma__L: lib/libthr__L
+lib/libzstd__L: lib/libthr__L
_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib
.if ${MK_IPFILTER} != "no"
More information about the svn-src-all
mailing list