git: unbreak full buildworld (liblzma order again)
John Marino
marino at crater.dragonflybsd.org
Tue Nov 3 12:06:31 PST 2015
commit d5f6378f475dcd4bfe5c1a84766c964f460c09e7
Author: John Marino <draco at marino.st>
Date: Tue Nov 3 21:03:18 2015 +0100
unbreak full buildworld (liblzma order again)
The lzma library is part of the "prebuild libraries" group in
the buildworld makefile. Once the pthread library was required
for the latest verson of xz, the order of lzma building had to
move after the pthread library. This unbreaks the build after
the XZ upgrade.
Summary of changes:
Makefile.inc1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d5f6378f475dcd4bfe5c1a84766c964f460c09e7
--
DragonFly BSD source repository
More information about the Commits
mailing list