git: localedef(1): Better bootstrap fix

John Marino marino at crater.dragonflybsd.org
Wed Jul 29 02:32:59 PDT 2015


commit eda2d2afc72ac481730932259cb9a76ec9554d95
Author: John Marino <draco at marino.st>
Date:   Wed Jul 29 11:30:16 2015 +0200

    localedef(1): Better bootstrap fix
    
    We don't need to build localedef in ctools as well as bootstrap tools.
    Moreover, when I removed from bootstrap tools, it built but segfaulted
    on use.  The COLL_WEIGHTS_MAX file needs to be in the header because
    it affects the structure definition.  When it's moved there, the build
    on older platforms will succeed.

Summary of changes:
 Makefile.inc1               | 1 -
 lib/libc/locale/collate.h   | 9 +++++++++
 usr.bin/localedef/collate.c | 9 ---------
 3 files changed, 9 insertions(+), 10 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eda2d2afc72ac481730932259cb9a76ec9554d95


-- 
DragonFly BSD source repository



More information about the Commits mailing list