git: build - Fix buildworld from DFly releases prior to 5.0.

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 25 20:42:03 PDT 2018


commit 93e6ef92fcfc324e597fcc9b09df507191da4ad1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Oct 25 19:56:40 2018 -0700

    build - Fix buildworld from DFly releases prior to 5.0.
    
    * Fix mkmagic to not use the magic.h in /usr/include.  It
      needs the magic.h generated via libmagic.  Since mkmagic
      must be built prior to libmagic, we generate a local magic.h
      just for mkmagic.
    
    * Fixes buildworld from DFly releases prior to 5.0.

Summary of changes:
 lib/libmagic/mkmagic/Makefile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/93e6ef92fcfc324e597fcc9b09df507191da4ad1


-- 
DragonFly BSD source repository


More information about the Commits mailing list